groovy.json
Class JsonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by groovy.json.JsonException
All Implemented Interfaces:
Serializable

public class JsonException
extends RuntimeException

JsonException is the exception thrown by the JSON builder and slurper classes, whenever a problem occurs when creating or parsing JSON data structures.

Since:
1.8.0
Author:
Guillaume Laforge
See Also:
Serialized Form

Constructor Summary
JsonException()
           
JsonException(String s)
           
JsonException(String s, Throwable throwable)
           
JsonException(Throwable throwable)
           
 
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()

JsonException

public JsonException(String s)

JsonException

public JsonException(String s,
                     Throwable throwable)

JsonException

public JsonException(Throwable throwable)

Copyright © 2003-2012 The Codehaus. All rights reserved.