Package com.logicaldoc.core.parser
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.parser.ParsingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ParsingTimeoutException
When an error happens during the parsing
- Since:
- 8.7.5
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionParsingException(String message) ParsingException(String message, Throwable cause) ParsingException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ParsingException
- 
ParsingException
- 
ParsingException
 
-