|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionType | |
---|---|
gov.nasa.pds.tools.label |
Uses of ExceptionType in gov.nasa.pds.tools.label |
---|
Methods in gov.nasa.pds.tools.label that return ExceptionType | |
---|---|
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. |
Constructors in gov.nasa.pds.tools.label with parameters of type ExceptionType | |
---|---|
LabelException(ExceptionType exceptionType,
String messageKey,
String publicId,
String systemId,
Integer lineNumber,
Integer columnNumber)
|
|
LabelException(ExceptionType exceptionType,
String message,
String filepath,
String location,
String test)
Used to capture information captured from schematron |
|
ValidatorException(ExceptionType exceptionType,
String messageKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |