com.objexcel.util
Class ParseException2

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.text.ParseException
                    |
                    +--com.objexcel.util.ParseException2

public final class ParseException2
extends java.text.ParseException

implements singleton for ParseException performance (use only in swing thread)

See Also:
Serialized Form

Method Summary
 int getErrorOffset()
           
static ParseException2 getInstance(java.lang.String _text, int _offset)
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static ParseException2 getInstance(java.lang.String _text,
                                          int _offset)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getErrorOffset

public int getErrorOffset()
Overrides:
getErrorOffset in class java.text.ParseException