Class UndeserializedCJSON

  • All Implemented Interfaces:
    Serializable

    public class UndeserializedCJSON
    extends Exception
    Exception is thrown when any function requires deserialize() call before.
    See Also:
    Serialized Form
    • Constructor Detail

      • UndeserializedCJSON

        public UndeserializedCJSON​(String message)
        Custom error message constructor
        Parameters:
        message - Error message in String format.
      • UndeserializedCJSON

        public UndeserializedCJSON()
        Default constructor.
        Default message: Undeserialized CJSON content detected. Use deserialize() before this operation