org.easymock.internal
Class ThrowableWrapper

java.lang.Object
  extended by java.lang.Throwable
      extended by org.easymock.internal.ThrowableWrapper
All Implemented Interfaces:
java.io.Serializable

public class ThrowableWrapper
extends java.lang.Throwable

See Also:
Serialized Form

Constructor Summary
ThrowableWrapper(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.Throwable getThrowable()
           
 
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

ThrowableWrapper

public ThrowableWrapper(java.lang.Throwable throwable)
Method Detail

getThrowable

public java.lang.Throwable getThrowable()