net.kldp.jcodegen.helper
Class VariableNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.kldp.jcodegen.JCodeGenException
                  extended by net.kldp.jcodegen.helper.VariableNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class VariableNotFoundException
extends JCodeGenException

See Also:
Serialized Form

Constructor Summary
VariableNotFoundException(java.lang.String variableName)
           
 
Method Summary
 java.lang.String getVariableName()
           
 
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

VariableNotFoundException

public VariableNotFoundException(java.lang.String variableName)
Method Detail

getVariableName

public java.lang.String getVariableName()