com.evelopers.unimod.parser
Class UndefinedControlledObjectHandlerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.evelopers.common.exception.CommonException
              extended bycom.evelopers.common.exception.SystemException
                  extended bycom.evelopers.unimod.parser.ParserException
                      extended bycom.evelopers.unimod.parser.UndefinedControlledObjectHandlerException
All Implemented Interfaces:
java.io.Serializable

public class UndefinedControlledObjectHandlerException
extends ParserException

Thrown by ExprParser when expression references to object that isn't controlled by state machine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.evelopers.common.exception.CommonException
parentException
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
UndefinedControlledObjectHandlerException(java.lang.String controlledObjectName, int position)
           
 
Method Summary
 java.lang.String getControlledObjectHandlerName()
           
 
Methods inherited from class com.evelopers.unimod.parser.ParserException
getPosition
 
Methods inherited from class com.evelopers.common.exception.CommonException
getChainedMessage, getChainedTrace, getParentException, getParentTrace, getRootException, getRootTrace, getTrace
 
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

UndefinedControlledObjectHandlerException

public UndefinedControlledObjectHandlerException(java.lang.String controlledObjectName,
                                                 int position)
Method Detail

getControlledObjectHandlerName

public java.lang.String getControlledObjectHandlerName()