|
||||||||||||
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.eclipse.emf.common.util.WrappedException
A runtime exception that wraps another exception.
Constructor Summary | |
---|---|
WrappedException(java.lang.Exception exception)
Creates an instance that wraps the exception. |
|
WrappedException(java.lang.String message,
java.lang.Exception exception)
Creates an instance with it's own message that wraps the exception. |
Method Summary | |
---|---|
java.lang.Exception |
exception()
Returns the wrapped 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 WrappedException(java.lang.Exception exception)
public WrappedException(java.lang.String message, java.lang.Exception exception)
message
- the message.exception
- the exception to wrap.Method Detail |
public java.lang.Exception exception()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |