java.io.Serializablepublic static class MiniJSON.MJSONException
extends java.lang.Exception
| Constructor | Description | 
|---|---|
MJSONException(java.lang.String string) | 
 Constructs a new exception with the given parse error 
 | 
MJSONException(java.lang.String string,
              java.lang.Exception e) | 
 Constructs a new exception with the given parse error, and underlying cause 
 | 
public MJSONException(java.lang.String string)
string - the parse errorpublic MJSONException(java.lang.String string,
                      java.lang.Exception e)
string - the parse errore - an underlying cause of the parse error