public class HstSiteMapItemHandlerException extends RuntimeException
HstSiteMapItemHandlerException
class defines a general exception
that a HstSiteMapItemHandler can throw when it is unable to perform its operation
successfully.Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HstSiteMapItemHandlerException()
public HstSiteMapItemHandlerException(String message)
message
- the exception messagepublic HstSiteMapItemHandlerException(Throwable nested)
nested
- the nested exceptionCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.