Class java.text.FormatException (1.1)


public class FormatException extends Exception {
  // Public Constructors
    public FormatException(String s, int errorOffset);
    public FormatException( );  // Empty
  // Public Instance Methods
    public int getErrorOffset( );
}