Package org.spockframework.runtime
Class SpockAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.spockframework.runtime.SpockAssertionError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConditionNotSatisfiedError
,InteractionNotSatisfiedError
,SpockTimeoutError
,UnallowedExceptionThrownError
,WrongExceptionThrownError
- Author:
- Peter Niederwieser
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpockAssertionError
(String message) SpockAssertionError
(String message, Throwable cause) SpockAssertionError
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace