Uses of Class
gov.nasa.pds.tools.label.ExceptionType
-
Packages that use ExceptionType Package Description gov.nasa.pds.tools.label gov.nasa.pds.tools.util 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 gov.nasa.pds.tools.validate.rule Implementations of rules for checking compliance to data standards.gov.nasa.pds.validate gov.nasa.pds.validate.report -
-
Uses of ExceptionType in gov.nasa.pds.tools.label
Methods in gov.nasa.pds.tools.label that return ExceptionType Modifier and Type Method Description ExceptionType
LabelException. getExceptionType()
ExceptionType
ValidatorException. 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 Constructor Description LabelException(ExceptionType exceptionType, String message, String filepath)
LabelException(ExceptionType exceptionType, String messageKey, String publicId, String systemId, Integer lineNumber, Integer columnNumber)
LocationValidator(ExceptionType logLevel)
Creates a new instance.ValidatorException(ExceptionType exceptionType, String messageKey)
-
Uses of ExceptionType in gov.nasa.pds.tools.util
Methods in gov.nasa.pds.tools.util that return ExceptionType Modifier and Type Method Description static ExceptionType
FlagsUtil. getSeverity()
Get the severity value -
Uses of ExceptionType in gov.nasa.pds.tools.validate
Methods in gov.nasa.pds.tools.validate that return ExceptionType Modifier and Type Method Description ExceptionType
ListenerExceptionPropagator. getSeverity(String location, boolean includeChildren)
ExceptionType
ProblemContainer. getSeverity(String location, boolean includeChildren)
ExceptionType
ProblemDefinition. getSeverity()
ExceptionType
ProblemListener. getSeverity(String location, boolean includeChildren)
Gets the maximum severity of problems related to a location.Constructors in gov.nasa.pds.tools.validate with parameters of type ExceptionType Constructor Description ProblemDefinition(ExceptionType severity, ProblemType type, String message)
ProblemDefinition(ExceptionType severity, ProblemType type, String message, String standardsDocument, String standardsSection)
-
Uses of ExceptionType in gov.nasa.pds.tools.validate.content.array
Constructors in gov.nasa.pds.tools.validate.content.array with parameters of type ExceptionType Constructor Description ArrayContentProblem(ExceptionType exceptionType, ProblemType problemType, String message, URL source, URL label, String arrayID, int[] location)
Constructor. -
Uses of ExceptionType in gov.nasa.pds.tools.validate.content.table
Constructors in gov.nasa.pds.tools.validate.content.table with parameters of type ExceptionType Constructor Description TableContentProblem(ExceptionType exceptionType, ProblemType problemType, String message, URL source, URL label, String dataObjectId, int record, int field)
Constructor.TableContentProblem(ExceptionType exceptionType, ProblemType problemType, String message, URL source, URL label, String dataObjectID, long record, int field)
Constructor. -
Uses of ExceptionType in gov.nasa.pds.tools.validate.rule
Methods in gov.nasa.pds.tools.validate.rule that return ExceptionType Modifier and Type Method Description ExceptionType
RuleContext. getLogLevel()
Methods in gov.nasa.pds.tools.validate.rule with parameters of type ExceptionType Modifier and Type Method Description void
RuleContext. setLogLevel(ExceptionType logLevel)
-
Uses of ExceptionType in gov.nasa.pds.validate
Methods in gov.nasa.pds.validate with parameters of type ExceptionType Modifier and Type Method Description LocationValidator
ValidatorFactory. newInstance(ExceptionType logLevel)
Returns a Validator object. -
Uses of ExceptionType in gov.nasa.pds.validate.report
Methods in gov.nasa.pds.validate.report with parameters of type ExceptionType Modifier and Type Method Description void
Report. setLevel(ExceptionType level)
-