org.exoplatform.ws.frameworks.json.impl
Class JsonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.ws.frameworks.json.impl.JsonException
All Implemented Interfaces:
java.io.Serializable

public class JsonException
extends java.lang.Exception

Should be thrown if any error occurs during JSON <-> Java Object transformation.

Version:
$Id: $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
JsonException(java.lang.String message)
           
JsonException(java.lang.String message, java.lang.Throwable cause)
           
JsonException(java.lang.Throwable cause)
           
 
Method Summary
 
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.String message,
                     java.lang.Throwable cause)
Parameters:
message - the message.
cause - the cause.

JsonException

public JsonException(java.lang.Throwable cause)
Parameters:
cause - the cause.

JsonException

public JsonException(java.lang.String message)
Parameters:
message - the message.


Copyright © 2011 eXo Platform SAS. All Rights Reserved.