Class RMJSONReader.RMJSONException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.inductiveautomation.rm.archiver.RMJSONReader.RMJSONException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- RMJSONReader
 
 public static class RMJSONReader.RMJSONException extends java.lang.ExceptionThe RMJSONException is thrown by the JSON.org classes when things are amiss.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RMJSONException(java.lang.String message)Constructs a JSONException with an explanatory message.RMJSONException(java.lang.Throwable t)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()
 
-