Package org.spockframework.util
Class WrappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spockframework.util.WrappedException
- All Implemented Interfaces:
Serializable
Wraps a checked exception s.t. it can be thrown from a method that doesn't
declare to throw it.
- Author:
- Peter Niederwieser
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedException
(String msg, Throwable cause) WrappedException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrappedException
-
WrappedException
-