com.sun.tools.javac.util
Class PropagatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.tools.javac.util.PropagatedException
- All Implemented Interfaces:
- java.io.Serializable
public class PropagatedException
- extends java.lang.RuntimeException
Used to propagate exceptions through to the user.
This is NOT part of any API supported by Sun Microsystems.
If you write code that depends on this, you do so at your own
risk. This code and its internal interfaces are subject to change
or deletion without notice.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.RuntimeException |
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 |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
PropagatedException
public PropagatedException(java.lang.RuntimeException cause)
getCause
public java.lang.RuntimeException getCause()
- Overrides:
getCause in class java.lang.Throwable