Class HsonException

All Implemented Interfaces:
Serializable

public class HsonException extends RuntimeException
Exception marking a problem with HSON operations.
See Also:
  • Constructor Details

    • HsonException

      public HsonException(String message)
      Create a new instance with a customized message.
      Parameters:
      message - message to use
    • HsonException

      public HsonException(String message, Throwable cause)
      Create a new instance with a customized message and cause.
      Parameters:
      message - message to use
      cause - cause of this exception