|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.install4j.api.beans.UndefinedVariableException
public class UndefinedVariableException
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
.
Constructor Summary | |
---|---|
UndefinedVariableException(java.lang.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 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UndefinedVariableException(java.lang.String variableName)
variableName
- the name of the variable that cannot be found
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |