org.eclipse.core.internal.utils
Class WrappedRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.core.internal.utils.WrappedRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class WrappedRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
WrappedRuntimeException(java.lang.Throwable target)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.Throwable getTargetException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrappedRuntimeException

public WrappedRuntimeException(java.lang.Throwable target)
Method Detail

getTargetException

public java.lang.Throwable getTargetException()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable