com.sun.tools.javac.util
Class PropagatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
PropagatedException(java.lang.RuntimeException cause)
           
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PropagatedException

public PropagatedException(java.lang.RuntimeException cause)
Method Detail

getCause

public java.lang.RuntimeException getCause()
Overrides:
getCause in class java.lang.Throwable