net.kldp.jcodegen.helper
Class InvalidVariableNameException

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.InvalidVariableNameException
All Implemented Interfaces:
java.io.Serializable

public class InvalidVariableNameException
extends JCodeGenException

throws when variable name is invalid.
표현식 평가에서의 변수명이 잘못된 경우 이 예외가 발생한다.

See Also:
Serialized Form

Constructor Summary
InvalidVariableNameException(java.lang.String expression)
           
 
Method Summary
 java.lang.String getExpression()
           
 
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

InvalidVariableNameException

public InvalidVariableNameException(java.lang.String expression)
Method Detail

getExpression

public java.lang.String getExpression()