| 
 | |||||||||
| 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
org.logicalcobwebs.cglib.core.CodeGenerationException
org.logicalcobwebs.cglib.proxy.UndeclaredThrowableException
public class UndeclaredThrowableException
Used by Proxy as a replacement for java.lang.reflect.UndeclaredThrowableException.
| Constructor Summary | |
|---|---|
| UndeclaredThrowableException(java.lang.Throwable t)Creates a new instance of UndeclaredThrowableExceptionwithout detail message. | |
| Method Summary | |
|---|---|
|  java.lang.Throwable | getUndeclaredThrowable() | 
| Methods inherited from class org.logicalcobwebs.cglib.core.CodeGenerationException | 
|---|
| getCause | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, 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 UndeclaredThrowableException(java.lang.Throwable t)
UndeclaredThrowableException without detail message.
| Method Detail | 
|---|
public java.lang.Throwable getUndeclaredThrowable()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||