Class CmsJsonHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencms.xml.xml2json.handler.CmsJsonHandlerException
All Implemented Interfaces:
Serializable

public class CmsJsonHandlerException extends Exception
See Also:
  • Constructor Details

    • CmsJsonHandlerException

      Constructs a JSONException with an explanatory message.

      Parameters:
      message - details about the reason for the exception
    • CmsJsonHandlerException

      Constructs a JSONException with an explanatory message.

      Parameters:
      t - the throwable that was thrown
  • Method Details