install4j API

com.install4j.api.beans
Class UndefinedVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.install4j.api.beans.UndefinedVariableException
All Implemented Interfaces:
java.io.Serializable

public class UndefinedVariableException
extends java.lang.RuntimeException

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.

Author:
ej-technologies GmbH
See Also:
Serialized Form

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

UndefinedVariableException

public UndefinedVariableException(java.lang.String variableName)
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

install4j API