|
|||||||||
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.apache.derby.iapi.error.PassThroughException
public final class PassThroughException
Unchecked exception class that can be used to pass checked exceptions out of methods that are not declared to throw any checked exception.
Constructor Summary | |
---|---|
PassThroughException(java.lang.Throwable cause)
Wrap a Throwable in this unchecked exception to allow it
to pass through methods that are not declared to raise this kind of
condition. |
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 PassThroughException(java.lang.Throwable cause)
Throwable
in this unchecked exception to allow it
to pass through methods that are not declared to raise this kind of
condition.
cause
- the Throwable
to pass through
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |