|
||||||||||
| 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
java.lang.reflect.UndeclaredThrowableException
public class UndeclaredThrowableException
Standard exception class, as specified by the standard Java API.
Compliance: J2SE: 1.4 complete
| Constructor Summary | |
|---|---|
UndeclaredThrowableException(Throwable undeclaredThrowable)
|
|
UndeclaredThrowableException(Throwable target,
String s)
|
|
| Method Summary | |
|---|---|
Throwable |
getCause()
|
Throwable |
getUndeclaredThrowable()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UndeclaredThrowableException(Throwable undeclaredThrowable)
public UndeclaredThrowableException(Throwable target,
String s)
| Method Detail |
|---|
public Throwable getUndeclaredThrowable()
public Throwable getCause()
getCause in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||