|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException info.magnolia.module.admininterface.InvalidTreeHandlerException
public class InvalidTreeHandlerException
Runtime Exception thrown when a tree handler can't be instantiated.
Constructor Summary | |
---|---|
InvalidTreeHandlerException(java.lang.String treeName)
Instantiates a new exception. |
|
InvalidTreeHandlerException(java.lang.String treeName,
java.lang.Throwable cause)
Instantiates a new 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 InvalidTreeHandlerException(java.lang.String treeName)
treeName
- missing tree namepublic InvalidTreeHandlerException(java.lang.String treeName, java.lang.Throwable cause)
treeName
- tree nametreeName
- previous exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |