Package | Description |
---|---|
gov.nasa.pds.tools.label | |
gov.nasa.pds.tools.validate |
Implementations of general-purpose classes for the validation
application.
|
Modifier and Type | Method and Description |
---|---|
ExceptionType |
ValidatorException.getExceptionType() |
ExceptionType |
LabelException.getExceptionType() |
static ExceptionType |
ExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionType[] |
ExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LabelException(ExceptionType exceptionType,
String message,
String filepath) |
LabelException(ExceptionType exceptionType,
String messageKey,
String publicId,
String systemId,
Integer lineNumber,
Integer columnNumber) |
ValidatorException(ExceptionType exceptionType,
String messageKey) |
Modifier and Type | Method and Description |
---|---|
ExceptionType |
ProblemDefinition.getSeverity() |
ExceptionType |
ProblemListener.getSeverity(String location,
boolean includeChildren)
Gets the maximum severity of problems related to a location.
|
ExceptionType |
ProblemContainer.getSeverity(String location,
boolean includeChildren) |
Constructor and Description |
---|
ProblemDefinition(ExceptionType severity,
ProblemType type,
String message,
String standardsDocument,
String standardsSection) |
Copyright © 2010–2016 Planetary Data System. All rights reserved.