public class UndefinedVariableException
extends java.lang.RuntimeException
replaceVariables(...)
methods in AbstractBean
if a
variable cannot be found the VariableErrorHandling
for the corresponding variable type is
VariableErrorHandling.EXCEPTION
.Constructor and Description |
---|
UndefinedVariableException(java.lang.String variableName)
Will be called by the framework with the offending variable name as the message.
|