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
- Author:
- Lukas Krecan, Arjen Poutsma
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSourceAssertionError(String detailMessage, String sourceLabel, Source source) Creates a new instance of theSourceAssertionErrorclass with the given parameters.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the source context of this error.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SourceAssertionErrorCreates a new instance of theSourceAssertionErrorclass with the given parameters.
 
- 
- 
Method Details- 
getSourceReturns the source context of this error.- Returns:
- the source
 
- 
getMessage- Overrides:
- getMessagein class- Throwable
 
 
-