|
|||||||||||
| 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.io.IOException
net.dpml.component.ControlException
General exception thrown by a control.
| Constructor Summary | |
ControlException(URI uri,
String message)
Creation of a new ControlException. |
|
ControlException(URI uri,
String message,
Throwable cause)
Creation of a new ContextException. |
|
| Method Summary | |
URI |
getControllerURI()
Return the controller uri. |
Throwable |
getRootCause()
Iterates through exceptiion to locate the root causal exception. |
| 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 ControlException(URI uri,
String message)
uri - the part controller urimessage - the exception message
public ControlException(URI uri,
String message,
Throwable cause)
uri - the part controller urimessage - the exception messagecause - the causal exception| Method Detail |
public URI getControllerURI()
public Throwable getRootCause()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||