|
||||||||||
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.configuration.model.HstNodeException
public class HstNodeException
The
class defines a general exception for the Hst Config
HstNodeException
Constructor Summary | |
---|---|
HstNodeException()
Constructs a new HstNodeException exception. |
|
HstNodeException(String message)
Constructs a new HstNodeException exception with the given message. |
|
HstNodeException(String msg,
Throwable nested)
Constructs a new HstNodeException |
|
HstNodeException(Throwable nested)
Constructs a new HstNodeException 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 HstNodeException()
HstNodeException
exception.
public HstNodeException(String message)
HstNodeException
exception with the given message.
message
- the exception messagepublic HstNodeException(Throwable nested)
HstNodeException
exception with the nested exception.
nested
- the nested exceptionpublic HstNodeException(String msg, Throwable nested)
HstNodeException
msg
- the exception messagenested
- the nested exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |