com.evelopers.unimod.parser
Class UndefinedActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evelopers.common.exception.CommonException
com.evelopers.common.exception.SystemException
com.evelopers.unimod.parser.ParserException
com.evelopers.unimod.parser.UndefinedActionException
- All Implemented Interfaces:
- java.io.Serializable
- public class UndefinedActionException
- extends ParserException
Thrown by ExprParser
when expression references to
action that is not an operation of controlled object.
- See Also:
- Serialized Form
Fields inherited from class com.evelopers.common.exception.CommonException |
parentException |
Fields inherited from class java.lang.Exception |
|
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 |
UndefinedActionException
public UndefinedActionException(ControlledObjectHandler controlledObjectHandler,
java.lang.String actionName,
int position)
getControlledObjectHandler
public ControlledObjectHandler getControlledObjectHandler()
getActionName
public java.lang.String getActionName()