Uses of Class
com.evelopers.unimod.parser.ParserException

Packages that use ParserException
com.evelopers.unimod.compilation   
com.evelopers.unimod.parser   
 

Uses of ParserException in com.evelopers.unimod.compilation
 

Methods in com.evelopers.unimod.compilation with parameters of type ParserException
 void DefaultCompilationListener.incorrectExpression(StateMachine sm, Transition t, Guard c, ParserException e)
           
 void CompilationListener.incorrectExpression(StateMachine sm, Transition t, Guard c, ParserException e)
          Given guard condition has incorrect expression
 

Uses of ParserException in com.evelopers.unimod.parser
 

Subclasses of ParserException in com.evelopers.unimod.parser
 class ActionTypeMismatchException
          Thrown by ExprParser when type of action mismatches its usage.
 class UndefinedActionException
          Thrown by ExprParser when expression references to action that is not an operation of controlled object.
 class UndefinedControlledObjectHandlerException
          Thrown by ExprParser when expression references to object that isn't controlled by state machine.