Class HstSiteMapItemHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerException
All Implemented Interfaces:
Serializable

public class HstSiteMapItemHandlerException extends RuntimeException
The HstSiteMapItemHandlerException class defines a general exception that a HstSiteMapItemHandler can throw when it is unable to perform its operation successfully.
See Also:
  • Constructor Details

    • HstSiteMapItemHandlerException

      public HstSiteMapItemHandlerException()
      Constructs a new HstSiteMapItemHandlerException exception.
    • HstSiteMapItemHandlerException

      public HstSiteMapItemHandlerException(String message)
      Constructs a new HstSiteMapItemHandlerException exception with the given message.
      Parameters:
      message - the exception message
    • HstSiteMapItemHandlerException

      public HstSiteMapItemHandlerException(Throwable nested)
      Constructs a new HstSiteMapItemHandlerException exception with the nested exception.
      Parameters:
      nested - the nested exception
    • HstSiteMapItemHandlerException

      public HstSiteMapItemHandlerException(String msg, Throwable nested)
      Constructs a new HstSiteMapItemHandlerException exception with message and nested exception.
      Parameters:
      msg - the exception message
      nested - the nested exception