Package com.deltaxml.core.exceptions
Class PipelineSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.core.exceptions.PipelineSerializationException
- All Implemented Interfaces:
Serializable
Indicates a problem when saving or serializing the result of a comparison using PipelinedComparatorS9.
- Since:
- 6.0
- Author:
- Nigel Whitaker
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPipelineSerializationException(String message, Throwable t) Creates a new PipelineSerializationException. -
Method Summary
Methods inherited from class com.deltaxml.core.exceptions.DeltaXMLException
getCause, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipelineSerializationException
Creates a new PipelineSerializationException.- Parameters:
message- The exception message Stringt- A nested throwable should it have lead to or caused this exception
-