Package | Description |
---|---|
gov.nasa.pds.tools.label | |
gov.nasa.pds.tools.validate |
Implementations of general-purpose classes for the validation
application.
|
gov.nasa.pds.tools.validate.content.array | |
gov.nasa.pds.tools.validate.content.table |
Modifier and Type | Method and Description |
---|---|
ExceptionType |
ValidatorException.getExceptionType() |
ExceptionType |
LabelException.getExceptionType() |
static ExceptionType |
ExceptionType.valueOf(java.lang.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,
java.lang.String message,
java.lang.String filepath) |
LabelException(ExceptionType exceptionType,
java.lang.String messageKey,
java.lang.String publicId,
java.lang.String systemId,
java.lang.Integer lineNumber,
java.lang.Integer columnNumber) |
ValidatorException(ExceptionType exceptionType,
java.lang.String messageKey) |
Modifier and Type | Method and Description |
---|---|
ExceptionType |
ProblemDefinition.getSeverity() |
ExceptionType |
ProblemContainer.getSeverity(java.lang.String location,
boolean includeChildren) |
ExceptionType |
ProblemListener.getSeverity(java.lang.String location,
boolean includeChildren)
Gets the maximum severity of problems related to a location.
|
ExceptionType |
ListenerExceptionPropagator.getSeverity(java.lang.String location,
boolean includeChildren) |
Constructor and Description |
---|
ProblemDefinition(ExceptionType severity,
ProblemType type,
java.lang.String message) |
ProblemDefinition(ExceptionType severity,
ProblemType type,
java.lang.String message,
java.lang.String standardsDocument,
java.lang.String standardsSection) |
Constructor and Description |
---|
ArrayContentProblem(ExceptionType exceptionType,
ProblemType problemType,
java.lang.String message,
java.net.URL source,
java.net.URL label,
int array,
int[] location)
Constructor.
|
Constructor and Description |
---|
TableContentProblem(ExceptionType exceptionType,
ProblemType problemType,
java.lang.String message,
java.net.URL source,
java.net.URL label,
int table,
int record,
int field)
Constructor.
|
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.