|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
water.exec.PositionedException
water.exec.ParserException
public class ParserException
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 |
---|
public ParserException(int pos, java.lang.String msg)
public ParserException(int pos, RLikeParser.Token.Type expected, RLikeParser.Token.Type found)
public ParserException(int pos, java.lang.String expected, RLikeParser.Token.Type found)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |