|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.hippoecm.hst.content.beans.ObjectBeanManagerException
org.hippoecm.hst.content.beans.ObjectBeanPersistenceException
org.hippoecm.hst.content.beans.ContentNodeBindingException
public class ContentNodeBindingException
The ContentNodeBindingException
class defines a binding exception
that a ContentNodeBinder
can throw when it is unable to perform its operation
successfully.
Constructor Summary | |
---|---|
ContentNodeBindingException()
Constructs a new ContentNodeBindingException exception. |
|
ContentNodeBindingException(String message)
Constructs a new ContentNodeBindingException exception with the given message. |
|
ContentNodeBindingException(String msg,
Throwable nested)
Constructs a new ContentNodeBindingException exception when the container needs to do the following: throw an exception include the "nested" exception include a description message |
|
ContentNodeBindingException(Throwable nested)
Constructs a new ContentNodeBindingException 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 ContentNodeBindingException()
public ContentNodeBindingException(String message)
message
- the exception messagepublic ContentNodeBindingException(Throwable nested)
nested
- the nested exceptionpublic ContentNodeBindingException(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 |