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:
Serializable
Exception that is thrown by the
replaceVariables(...)
methods in AbstractBean
if a
variable cannot be found the VariableErrorHandling
for the corresponding variable type is
VariableErrorHandling.EXCEPTION
.- See Also:
-
Constructor Summary
ConstructorDescriptionUndefinedVariableException
(String variableName) Will be called by the framework with the offending variable name as the message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndefinedVariableException
Will be called by the framework with the offending variable name as the message.- Parameters:
variableName
- the name of the variable that cannot be found
-