Class UserDefinedFunctionFatalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.daffodil.api.udf.exceptions.UserDefinedFunctionFatalException
All Implemented Interfaces:
Serializable

public class UserDefinedFunctionFatalException extends Exception
Exception to throw to abort parsing/unparsing.
See Also:
  • Constructor Details

    • UserDefinedFunctionFatalException

      public UserDefinedFunctionFatalException(String errorMessage)
      Constructs a new exception with a specified detail message
      Parameters:
      errorMessage - the detail message
    • UserDefinedFunctionFatalException

      public UserDefinedFunctionFatalException(Throwable cause)
      Constructs a new exception with a specified cause
      Parameters:
      cause - the cause of the exception