Package | Description |
---|---|
com.deltaxml.core |
A JAXP compatible API to facilitate construction of XML comparison pipelines.
|
com.deltaxml.cores9api |
A Saxon S9API compatible interface to facilitate construction of XML comparison pipelines.
|
Modifier and Type | Method and Description |
---|---|
PipelineIOIdentifier |
FilterParameterizationException.getLocationId()
Identifies which filter chain contains the filter causing the problem.
|
PipelineIOIdentifier |
FilterClassInstantiationException.getLocationId()
Returns the identity of the filter chain in which the problem occurred.
|
PipelineIOIdentifier |
FilterClassIncompatibilityException.getLocationId()
Returns the identity of the filter chain in which the problem occurred.
|
PipelineIOIdentifier |
UnsupportedFilterListMemberException.getLocationId()
Returns the identity of the filter chain in which the error occurs.
|
PipelineIOIdentifier |
FilterConfigurationException.getPipelineId()
Returns the identity of the filter chain in which the problem occurred.
|
static PipelineIOIdentifier |
PipelineIOIdentifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PipelineIOIdentifier[] |
PipelineIOIdentifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FilterClassIncompatibilityException(java.lang.String message,
java.lang.Class<?> proposedFilterClass,
java.lang.Class<?>[] allowableFilterClasses,
int aggregatePosition,
PipelineIOIdentifier locationId)
Creates a new FilterClassIncompatibilityException.
|
FilterClassInstantiationException(java.lang.String message,
java.lang.Throwable t,
java.lang.Class<?> filterClass,
int aggregatePosition,
PipelineIOIdentifier pipelineId)
Creates a new FilterClassInstantiationException.
|
FilterConfigurationException(java.lang.String message,
java.lang.Throwable t,
java.lang.String filterSource,
int aggregatePosition,
PipelineIOIdentifier pipelineId)
Creates a new FilterConfigurationException.
|
FilterParameterizationException(java.lang.String message,
java.lang.Throwable t,
java.lang.String parameterName,
int aggregatePosition,
PipelineIOIdentifier locationId)
Creates a new FilterParameterizationException.
|
UnsupportedFilterListMemberException(java.lang.String message,
java.lang.Class<?> filterClass,
int aggregatePosition,
PipelineIOIdentifier locationId)
Creates a new FilterClassIncompatibilityException.
|
Modifier and Type | Method and Description |
---|---|
PipelineIOIdentifier |
PipelineLoadingException.getLocationId()
Provides information about which input caused the loading problem.
|
PipelineIOIdentifier |
FilterProcessingException.getLocationId()
Provides information about which of the input or output filter chains an error occurred in.
|
PipelineIOIdentifier |
PipelineException.getPipelineId()
Returns the
PipelineIOIdentifier Object that identifies which Pipeline the Exception occurred in. |
Constructor and Description |
---|
FilterProcessingException(java.lang.String message,
java.lang.Throwable t,
PipelineIOIdentifier locationIdentifier)
Creates a new FilterConfigurationException.
|
FilterProcessingRangeException(java.lang.String message,
java.lang.Throwable t,
PipelineIOIdentifier locationIdentifier,
int startPosition,
int endPosition)
Creates a new range exception.
|
FilterProcessingSingleException(java.lang.String message,
java.lang.Throwable t,
PipelineIOIdentifier locationIdentifier,
int filterPosition,
java.lang.String filterSrc)
Create a new FilterProcessingSingleException.
|
PipelineLoadingException(java.lang.String message,
java.lang.Throwable t,
PipelineIOIdentifier locationIdentifier)
Creates a new PipelineLoadingException.
|
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.