Class RMJSONReader.RMJSONException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.rm.archiver.RMJSONReader.RMJSONException
All Implemented Interfaces:
Serializable
Enclosing class:
RMJSONReader

public static class RMJSONReader.RMJSONException extends Exception
The RMJSONException is thrown by the JSON.org classes when things are amiss.
See Also:
  • Constructor Details

    • RMJSONException

      public RMJSONException(String message)
      Constructs a JSONException with an explanatory message.
      Parameters:
      message - Detail about the reason for the exception.
    • RMJSONException

      public RMJSONException(Throwable t)
  • Method Details