Uses of Class
gov.nasa.pds.tools.dict.type.UnsupportedTypeException
-
Packages that use UnsupportedTypeException Package Description gov.nasa.pds.tools.dict.type gov.nasa.pds.tools.label.validate -
-
Uses of UnsupportedTypeException in gov.nasa.pds.tools.dict.type
Methods in gov.nasa.pds.tools.dict.type that throw UnsupportedTypeException Modifier and Type Method Description TypeChecker
TypeCheckerFactory. newInstance(ElementDefinition definition)
-
Uses of UnsupportedTypeException in gov.nasa.pds.tools.label.validate
Methods in gov.nasa.pds.tools.label.validate that throw UnsupportedTypeException Modifier and Type Method Description static boolean
ElementValidator. validate(AttributeStatement attribute, Label label, Dictionary dictionary)
static boolean
ElementValidator. validate(AttributeStatement attribute, Label label, Dictionary dictionary, ElementDefinition definition)
static boolean
ElementValidator. validate(AttributeStatement attribute, Label label, Dictionary dictionary, String objectContext)
Checks to see whether anAttributeStatement
is correct.static boolean
GroupValidator. validate(GroupStatement group, Dictionary dictionary, Label label)
static boolean
ObjectValidator. validate(ObjectStatement object, Dictionary dictionary, Label label)
-