JsonException is the exception thrown by the JSON builder and slurper classes,
 whenever a problem occurs when creating or parsing JSON data structures.
 
| Constructor and description | 
|---|
                                JsonException
                                () | 
                        
                                JsonException
                                (String s) | 
                        
                                JsonException
                                (String s, Throwable throwable) | 
                        
                                JsonException
                                (Throwable throwable) | 
                        
| Methods inherited from class | Name | 
|---|---|
class RuntimeException | 
                            printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
                        
class Exception | 
                            printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
                        
Copyright © 2003-2017 The Apache Software Foundation. All rights reserved.