| Package | Description |
|---|---|
| com.axiomalaska.ioos.sos.validator.exception |
| Modifier and Type | Method and Description |
|---|---|
SosValidationException.Severity |
SosValidationException.getSeverity() |
static SosValidationException.Severity |
SosValidationException.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SosValidationException.Severity[] |
SosValidationException.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InvalidRequestConfigurationException(SosValidationException.Severity severity,
String message) |
InvalidSosDocumentException(SosValidationException.Severity severity,
SosDocumentProvider provider,
SosDocumentType targetDocType,
org.apache.xmlbeans.SchemaType targetSchemaType,
org.apache.xmlbeans.SchemaType actualSchemaType) |
SchemaValidationException(SosValidationException.Severity severity,
org.apache.xmlbeans.XmlValidationError xmlValidationError) |
SosHttpRequestException(SosValidationException.Severity severity,
String message) |
SosValidationException(SosValidationException.Severity severity,
String message) |
SosValidationException(SosValidationException.Severity severity,
Throwable t) |
UnsupportedDocumentException(SosValidationException.Severity severity,
SosDocumentProvider provider,
SosDocumentType doc) |
Copyright © 2014. All Rights Reserved.