org.opengts.util
Class JSON.JSONParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opengts.util.JSON.JSONParsingException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JSON

public static class JSON.JSONParsingException
extends java.lang.Exception

JSON Parse Exception

See Also:
Serialized Form

Constructor Summary
JSON.JSONParsingException(java.lang.String msg, int ndx)
           
 
Method Summary
 int getIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSON.JSONParsingException

public JSON.JSONParsingException(java.lang.String msg,
                                 int ndx)
Method Detail

getIndex

public int getIndex()

toString

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