public class HstComponentException extends RuntimeException
HstComponentException
class defines a general exception
that a HstComponent can throw when it is unable to perform its operation
successfully.Constructor and Description |
---|
HstComponentException()
Constructs a new HstComponent exception.
|
HstComponentException(String message)
Constructs a new HstComponent exception with the given message.
|
HstComponentException(String msg,
Throwable nested)
Constructs a new HstComponent exception when the HstComponent needs to do
the following:
throw an exception
include the "nested" exception
include a description message
|
HstComponentException(Throwable nested)
Constructs a new HstComponent exception with the nested exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HstComponentException()
public HstComponentException(String message)
message
- the exception messagepublic HstComponentException(Throwable nested)
nested
- the nested exceptionpublic HstComponentException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exceptionCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.