Package gov.nasa.pds.tools.validate.rule
Class GenericProblems
- java.lang.Object
-
- gov.nasa.pds.tools.validate.rule.GenericProblems
-
public final class GenericProblems extends Object
Defines problems which are not specific to a data standard.
-
-
Field Summary
Fields Modifier and Type Field Description static ProblemDefinition
MALFORMED_UTF8_CHARACTER
Indicates a problem in a UTF-8 byte stream, where one or more bytes do not indicate a legal encoding of a character.static ProblemDefinition
UNCAUGHT_EXCEPTION
-
-
-
Field Detail
-
MALFORMED_UTF8_CHARACTER
public static final ProblemDefinition MALFORMED_UTF8_CHARACTER
Indicates a problem in a UTF-8 byte stream, where one or more bytes do not indicate a legal encoding of a character.
-
UNCAUGHT_EXCEPTION
public static final ProblemDefinition UNCAUGHT_EXCEPTION
-
-