multivalent
public class ParseException extends Exception
Version: $Revision: 1.2 $ $Date: 2002/10/03 22:15:59 $
See Also: MediaAdaptor
Constructor Summary | |
---|---|
ParseException(String message) Parse error not traceable to specific byte/line. | |
ParseException(String message, long posn) Binary data formats report the byte offset into the file. | |
ParseException(String message, int line, int chr) Text formats report the line and character offsets. |
Method Summary | |
---|---|
int | getChar() |
int | getLine() |
long | getPosn() |
String | toString() |