public class FailureSeverity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FailureSeverity |
ERROR
An ERROR Severity is one which may affect the viability of the Comparison result.
|
static FailureSeverity |
FATAL_ERROR
A DeltaXMLProcessingException with FATAL_ERROR severity is one which will cause subsequent processing to terminate without
producing any results.
|
static FailureSeverity |
WARNING
A DeltaXMLProcessingException with WARNING severity is one in which dubious input data has been detected.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Produces a String representation of the Severity.
|
public static final FailureSeverity ERROR
public static final FailureSeverity FATAL_ERROR
public static final FailureSeverity WARNING