| java.lang.Object java.lang.Throwable java.lang.Exception gov.nist.core.ParseException
ParseException | public class ParseException extends Exception (Code) | | Exception for parsing errors.
|
Constructor Summary | |
public | ParseException(String buffer, int position) Constructs a parsing exception with
the buffer contents at the time of the exception
and the current offset int the buffer, where the error
was detected. |
ParseException | public ParseException(String buffer, int position)(Code) | | Constructs a parsing exception with
the buffer contents at the time of the exception
and the current offset int the buffer, where the error
was detected.
Parameters: buffer - the parsed text buffer Parameters: position - the offset at the time of the error |
|
|