public class ParseException extends JUMPException
| Modifier and Type | Field and Description | 
|---|---|
int | 
cpos  | 
java.lang.String | 
fname  | 
int | 
lineno  | 
| Constructor and Description | 
|---|
ParseException(java.lang.String message)
construct exception with a message 
 | 
ParseException(java.lang.String message,
              java.lang.String newFname,
              int newLineno,
              int newCpos)
More explictly construct a parse exception. 
 | 
public ParseException(java.lang.String message)
public ParseException(java.lang.String message,
              java.lang.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 line