|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException net.sourceforge.webcompmath.data.ParseError
public class ParseError
Represents a syntax error that is found while a string is being parsed.
Field Summary | |
---|---|
ParserContext |
context
The parsing context that was in effect at the time the error occurred. |
Constructor Summary | |
---|---|
ParseError(java.lang.String message,
ParserContext context)
Create a new ParseError with a given error message and parsing context. |
Method Summary |
---|
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 |
Field Detail |
---|
public ParserContext context
Constructor Detail |
---|
public ParseError(java.lang.String message, ParserContext context)
message
- error messagecontext
- parser context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |