Package one.microstream.exceptions
Class ParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- one.microstream.exceptions.BaseException
-
- one.microstream.exceptions.ParsingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParsingExceptionUnexpectedCharacter
public class ParsingException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingException()
ParsingException(String message)
ParsingException(String message, Throwable cause)
ParsingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ParsingException(Throwable cause)
-
Method Summary
-
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleOutputString, getMessage, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-