KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > text > ParseException

java.text
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.text.ParseException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, Format, FieldPosition

public int getErrorOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ParseException(String s,
                      int errorOffset)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags