public static class Exceptions.JsonInternalException extends JsonException
| Constructor and description | 
|---|
                                JsonInternalException
                                (String message) | 
                        
                                JsonInternalException
                                (String message, Throwable cause) | 
                        
                                JsonInternalException
                                (Throwable cause) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public Throwable | 
                            getCause() | 
                        
 | 
                            public String | 
                            getLocalizedMessage() | 
                        
 | 
                            public String | 
                            getMessage() | 
                        
 | 
                            public StackTraceElement[] | 
                            getStackTrace() | 
                        
 | 
                            public void | 
                            printStackTrace(PrintStream s) | 
                        
 | 
                            public void | 
                            printStackTrace(PrintWriter s) | 
                        
 | 
                            public void | 
                            printStackTrace() | 
                        
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.