org.hippoecm.hst.core.sitemapitemhandler
Class HstSiteMapItemHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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:
Serialized Form

Constructor Summary
HstSiteMapItemHandlerException()
          Constructs a new HstSiteMapItemHandlerException exception.
HstSiteMapItemHandlerException(String message)
          Constructs a new HstSiteMapItemHandlerException exception with the given message.
HstSiteMapItemHandlerException(String msg, Throwable nested)
          Constructs a new HstSiteMapItemHandlerException exception with message and nested exception.
HstSiteMapItemHandlerException(Throwable nested)
          Constructs a new HstSiteMapItemHandlerException exception with the nested exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 2008-2012 Hippo. All Rights Reserved.