Class UserDefinedFunctionFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.daffodil.api.udf.exceptions.UserDefinedFunctionFatalException
- All Implemented Interfaces:
Serializable
Exception to throw to abort parsing/unparsing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserDefinedFunctionFatalException
(String errorMessage) Constructs a new exception with a specified detail messageConstructs a new exception with a specified cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserDefinedFunctionFatalException
Constructs a new exception with a specified detail message- Parameters:
errorMessage
- the detail message
-
UserDefinedFunctionFatalException
Constructs a new exception with a specified cause- Parameters:
cause
- the cause of the exception
-