Package com.install4j.api.beans
Class UndefinedVariableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.install4j.api.beans.UndefinedVariableException
-
- All Implemented Interfaces:
java.io.Serializable
public class UndefinedVariableException extends java.lang.RuntimeException
Exception that is thrown by thereplaceVariables(...)
methods inAbstractBean
if a variable cannot be found theVariableErrorHandling
for the corresponding variable type isVariableErrorHandling.EXCEPTION
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndefinedVariableException(java.lang.String variableName)
Will be called by the framework with the offending variable name as the message.
-