Module dev.metaschema.core
Class UnidentifiedFunctionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.metaschema.core.metapath.MetapathException
dev.metaschema.core.metapath.function.FunctionMetapathError
dev.metaschema.core.metapath.function.UnidentifiedFunctionError
- All Implemented Interfaces:
Serializable
FOER0000: Thrown when an unidentified error occurs during function
evaluation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnidentifiedFunctionError(String message) Constructs a new Metapath exception with the providedmessageand no cause.UnidentifiedFunctionError(String message, Throwable cause) Constructs a new Metapath exception with the providedmessageandcause.Constructs a new Metapath exception with anullmessage and the providedcause. -
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
-
UnidentifiedFunctionError
Constructs a new Metapath exception with the providedmessageandcause.- Parameters:
message- the exception messagecause- the original exception cause
-
UnidentifiedFunctionError
Constructs a new Metapath exception with the providedmessageand no cause.- Parameters:
message- the exception message
-
UnidentifiedFunctionError
Constructs a new Metapath exception with anullmessage and the providedcause.- Parameters:
cause- the original exception cause
-