Class SourceAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.springframework.ws.test.support.SourceAssertionError
- All Implemented Interfaces:
Serializable
Subclass of
AssertionError that also contains a Source for more
context.- Since:
- 2.0.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSourceAssertionError(String detailMessage, @Nullable String sourceLabel, @Nullable Source source) Creates a new instance of theSourceAssertionErrorclass with the given parameters. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SourceAssertionError
-
-
Method Details
-
getSource
-
getMessage
- Overrides:
getMessagein classThrowable
-