Package org.spockframework.util
Class InternalSpockError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.spockframework.util.InternalSpockError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnreachableCodeError
- Author:
- Peter Niederwieser
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalSpockError
(String msg) InternalSpockError
(String msg, Throwable throwable) InternalSpockError
(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalSpockError
public InternalSpockError() -
InternalSpockError
-
InternalSpockError
-
InternalSpockError
-
-
Method Details
-
withArgs
-
getMessage
- Overrides:
getMessage
in classThrowable
-