DeltaXMLProcessingException getSeverity Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Reports the severity of the exception.

Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public virtual FailureSeverity getSeverity()

Return Value

Type: FailureSeverity
the severity of the failure
Remarks

Reports the severity of the exception. The reported severity will correspond to the reporting method used in the error listener.
See Also