public ParseException(String message, String newFname, int newLineno, int newCpos)(Code)
More explictly construct a parse exception.
Resulting message will be :message + " in file '" + newFname +"', line " + newLineno + ", char " + newCpos
Parameters: message - information about the type of error Parameters: newFname - filename the error occurred in Parameters: newLineno - line number the error occurred at Parameters: newCPos - character position on the line