com.ibm.commons.util.io.json
Class JsonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.commons.util.AbstractException
              extended by com.ibm.commons.util.io.json.JsonException
All Implemented Interfaces:
IExceptionEx, java.io.Serializable

public class JsonException
extends AbstractException

Json Exception.

Exception sent by the Json parsers/generators.

See Also:
Serialized Form

Constructor Summary
JsonException(java.lang.Throwable e)
           
JsonException(java.lang.Throwable e, java.lang.String msg, java.lang.Object... params)
           
 
Method Summary
 
Methods inherited from class com.ibm.commons.util.AbstractException
getCause, initCause, printExtraInformation, printExtraInformation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsonException

public JsonException(java.lang.Throwable e)

JsonException

public JsonException(java.lang.Throwable e,
                     java.lang.String msg,
                     java.lang.Object... params)