Package org.rumbledb.exceptions
Class SemanticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rumbledb.exceptions.RumbleException
org.rumbledb.exceptions.SemanticException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidAnnotationException,InvalidAssignableVariableComposability,InvalidComposabilityUpdatingAndSequentialExpression,InvalidControlStatementComposability,InvalidSequentialChildInNonSequentialParent,InvalidUpdatingExpressionCondition,InvalidUpdatingExpressionOperand,InvalidVariableDeclarationException,UndeclaredVariableException,UndefinedTypeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSemanticException(String message, ErrorCode errorCode, ExceptionMetadata metadata) SemanticException(String message, ExceptionMetadata metadata) -
Method Summary
Methods inherited from class org.rumbledb.exceptions.RumbleException
getErrorCode, getJSONiqErrorMessage, getMetadata, setMetadata, unnestExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SemanticException
-
SemanticException
-