Venice 0.7beta

org.mov.parser
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.mov.parser.ExpressionException
          extended by org.mov.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends ExpressionException

An exception which is thrown when there is a problem parsing an expression.

See Also:
Serialized Form

Constructor Summary
ParserException(java.lang.String reason)
          Create a new parser exception with the given parse error reason.
 
Method Summary
 
Methods inherited from class org.mov.parser.ExpressionException
getReason, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserException

public ParserException(java.lang.String reason)
Create a new parser exception with the given parse error reason.

Parameters:
reason - the reason the parsing failed

Venice 0.7beta