|
|||||||||||
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
chrriis.uihierarchy.UIHException
The super class of the UIHierarchy exceptions that can occur.
Constructor Summary | |
UIHException(SingleLevelAccessor accessor,
String message)
Construct a UIHException. |
|
UIHException(SingleLevelAccessor accessor,
String message,
Throwable target)
Construct a UIHException, nesting a cause. |
|
UIHException(SingleLevelAccessor accessor,
Throwable target)
Construct a UIHException, nesting a cause. |
Method Summary | |
SingleLevelAccessor |
getAccessor()
Get an accessor to the level that failed. |
Throwable |
getCause()
Get the throwable that triggered this constraints exception. |
void |
printStackTrace()
Prints the stack trace. |
void |
printStackTrace(PrintStream ps)
Prints the stack trace to a print stream. |
void |
printStackTrace(PrintWriter s)
Prints the stack trace to a print writer. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UIHException(SingleLevelAccessor accessor, String message)
accessor
- The accessor of the component for which the exception was
raised.message
- The message of the exception.public UIHException(SingleLevelAccessor accessor, Throwable target)
accessor
- The accessor of the component for which the exception was
raised.target
- The throwable that triggered this exception.public UIHException(SingleLevelAccessor accessor, String message, Throwable target)
accessor
- The accessor of the component for which the exception was
raised.message
- The message of the exception.target
- The throwable that triggered this exception.Method Detail |
public SingleLevelAccessor getAccessor()
public Throwable getCause()
public void printStackTrace()
public void printStackTrace(PrintWriter s)
s
- The print writer.public void printStackTrace(PrintStream ps)
ps
- The print stream.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |