|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hippoecm.hst.core.component.HstComponentException
org.hippoecm.hst.core.component.HstComponentFatalException
public class HstComponentFatalException
The HstComponentFatalException
can be thrown to break out of the HST2 request handling.
This exception is suitable for irrecoverable misconfigurations or errors, where you want fail-fast to inform
the developers about the error they made, instead of only logging a warning
Constructor Summary | |
---|---|
HstComponentFatalException()
Constructs a new HstComponent exception. |
|
HstComponentFatalException(String message)
Constructs a new HstComponent exception with the given message. |
|
HstComponentFatalException(String msg,
Throwable nested)
Constructs a new HstComponentConfigurationException exception when the HstComponent needs to do the following: throw an exception include the "nested" exception include a description message |
|
HstComponentFatalException(Throwable nested)
Constructs a new HstComponent 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 |
---|
public HstComponentFatalException()
public HstComponentFatalException(String message)
message
- the exception messagepublic HstComponentFatalException(Throwable nested)
nested
- the nested exceptionpublic HstComponentFatalException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |