Package org.spockframework.runtime
Class InvalidSpecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spockframework.runtime.InvalidSpecException
- All Implemented Interfaces:
Serializable
Indicates that a Spec has done something it is not supposed to do. It is up
to the Spec author to correct the problem.
- Author:
- Peter Niederwieser
- See Also:
-
Constructor Summary
Constructors -
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
-
InvalidSpecException
-
InvalidSpecException
-
-
Method Details
-
withArgs
-
getMessage
- Overrides:
getMessage
in classThrowable
-