|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jml2b.exceptions.Jml2bException
jml2b.exceptions.ParseException
Exception class used to indicate error during the parsing phase.
Constructor Summary | |
ParseException(JmlFile f,
jml.LineAST tree,
java.lang.String description)
Creates a new ParseException instance. |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ParseException(JmlFile f, jml.LineAST tree, java.lang.String description)
f
- the file that was parsed when the error occured.tree
- the AST corresponding to the position where the error
occured.description
- the description of the error.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |