All Implemented Interfaces:
Serializable

public class JSONBuilderException extends AppException
This exception is thrown when parsing a JSON represented as DataValue and the structure of the JSON is not correct or as expected
Author:
MihaiB
See Also:
  • Constructor Details

    • JSONBuilderException

      public JSONBuilderException(String message)
      Creates a new instance.
      Parameters:
      message - The exception message.
    • JSONBuilderException

      public JSONBuilderException(String message, Throwable cause)
      Creates a new instance.
      Parameters:
      message - The exception message.
      cause - The exception cause.