Class ExternalVariableException

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

public class ExternalVariableException extends Exception
This exception will be thrown if an error occurs when setting an external variable. Example of errors include: - Ambiguity in variable to set - Variable definition not found in a schema - Variable value does not have a valid type with regards to the variable type - Variable cannot be set externally
See Also:
  • Constructor Details

    • ExternalVariableException

      public ExternalVariableException(String message)
      constructor for error message only
      Parameters:
      message - error message