public class ParseException extends JUMPException
| Constructor and Description |
|---|
ParseException(String message)
construct exception with a message
|
ParseException(String message,
String newFname,
int newLineno,
int newCpos)
More explictly construct a parse exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String fname
public int lineno
public int cpos
public ParseException(String message)
public ParseException(String message, String newFname, int newLineno, int newCpos)
message - information about the type of errornewFname - filename the error occurred innewLineno - line number the error occurred atnewCPos - character position on the lineCopyright © 2015. All rights reserved.