- All Implemented Interfaces:
- java.io.Serializable
public class ExternalVariableException
extends java.lang.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:
- Serialized Form