public class PipelineLoadingException extends PipelinedComparatorS9Exception
SAXParseException
,
XPathException
,
Serialized FormConstructor and Description |
---|
PipelineLoadingException(java.lang.String message,
java.lang.Throwable t,
PipelineIOIdentifier locationIdentifier)
Creates a new PipelineLoadingException.
|
Modifier and Type | Method and Description |
---|---|
PipelineIOIdentifier |
getLocationId()
Provides information about which input caused the loading problem.
|
getCause, getThrowable
public PipelineLoadingException(java.lang.String message, java.lang.Throwable t, PipelineIOIdentifier locationIdentifier)
message
- The exception message Stringt
- A nested throwable should it have lead to or caused this exceptionlocationIdentifier
- specifies which of the inputs could not be loadedpublic PipelineIOIdentifier getLocationId()