FileDocCategorySizeDatePackage
ParseException.javaAPI DocphoneME MR2 API (J2ME)1584Wed May 02 18:00:42 BST 2007gov.nist.core

ParseException

public class ParseException extends Exception
Exception for parsing errors.

Fields Summary
Constructors 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.

param
buffer the parsed text buffer
param
position the offset at the time of the error

        super(buffer);
    
Methods Summary