Package org.rumbledb.exceptions
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rumbledb.exceptions.RumbleException
org.rumbledb.exceptions.ParsingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidSchemaException
,JsoniqVersionException
,ModuleDeclarationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParsingException
(String message, ErrorCode code, ExceptionMetadata metadata) ParsingException
(String message, ExceptionMetadata metadata) -
Method Summary
Methods inherited from class org.rumbledb.exceptions.RumbleException
getErrorCode, getJSONiqErrorMessage, getMetadata, setMetadata, unnestException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
-
ParsingException
-