Package org.easymock.internal
Class ThrowableWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- org.easymock.internal.ThrowableWrapper
-
- All Implemented Interfaces:
java.io.Serializable
public class ThrowableWrapper extends java.lang.Throwable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private java.lang.Throwable
throwable
-
Constructor Summary
Constructors Constructor Description ThrowableWrapper(java.lang.Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getThrowable()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
throwable
private final java.lang.Throwable throwable
-
-