Module dev.metaschema.core
Package dev.metaschema.core.metapath
Class ContextAbsentDynamicMetapathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.metaschema.core.metapath.MetapathException
dev.metaschema.core.metapath.DynamicMetapathException
dev.metaschema.core.metapath.ContextAbsentDynamicMetapathException
- All Implemented Interfaces:
Serializable
err:MPDY0002: It
is a dynamic
error if evaluation of an expression relies on some part of the
dynamic
context that is
absent.
- See Also:
-
Field Summary
Fields inherited from class dev.metaschema.core.metapath.DynamicMetapathException
DYNAMIC_CONTEXT_ABSENT, TREAT_DOES_NOT_MATCH_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with the providedmessageand no cause.ContextAbsentDynamicMetapathException(String message, Throwable cause) Constructs a new exception with the providedmessageandcause.Constructs a new exception with the providedcauseand no message. -
Method Summary
Methods inherited from class dev.metaschema.core.metapath.MetapathException
getErrorCode, getEvaluationStack, getMessage, getMessageText, registerEvaluationContext, registerEvaluationContext, registerEvaluationContextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextAbsentDynamicMetapathException
Constructs a new exception with the providedmessageand no cause.- Parameters:
message- the exception message
-
ContextAbsentDynamicMetapathException
Constructs a new exception with the providedmessageandcause.- Parameters:
message- the exception messagecause- the original exception cause
-
ContextAbsentDynamicMetapathException
Constructs a new exception with the providedcauseand no message.- Parameters:
cause- the original exception cause
-