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.Exception
The RMJSONException is thrown by the JSON.org classes when things are amiss.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RMJSONException(java.lang.String message)
Constructs a JSONException with an explanatory message.RMJSONException(java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-