com.amx.duet.tools.json
Class JSONException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.amx.duet.tools.json.JSONException
All Implemented Interfaces:
java.io.Serializable

public class JSONException
extends java.lang.Exception

Author:
cnina
See Also:
Serialized Form

Constructor Summary
JSONException(java.lang.String message)
          Constructs a JSONException with a meaningful message.
JSONException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONException

public JSONException(java.lang.String message)
Constructs a JSONException with a meaningful message.

Parameters:
message -

JSONException

public JSONException(java.lang.Throwable t)
Method Detail

getCause

public java.lang.Throwable getCause()


Copyright © 2008 AMX LLC. All Rights Reserved.