Class ExternalVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.daffodil.api.exceptions.ExternalVariableException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionExternalVariableException
(String message) constructor for error message only -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExternalVariableException
constructor for error message only- Parameters:
message
- error message
-