water.exec
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by water.exec.PositionedException
              extended by water.exec.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends PositionedException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class water.exec.PositionedException
_pos
 
Constructor Summary
ParserException(int pos, RLikeParser.Token.Type expected, RLikeParser.Token.Type found)
           
ParserException(int pos, java.lang.String msg)
           
ParserException(int pos, java.lang.String expected, RLikeParser.Token.Type found)
           
 
Method Summary
 
Methods inherited from class water.exec.PositionedException
report, reportHTML
 
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

ParserException

public ParserException(int pos,
                       java.lang.String msg)

ParserException

public ParserException(int pos,
                       RLikeParser.Token.Type expected,
                       RLikeParser.Token.Type found)

ParserException

public ParserException(int pos,
                       java.lang.String expected,
                       RLikeParser.Token.Type found)