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 TypeCheckerTypeCheckerFactory. 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 booleanElementValidator. validate(AttributeStatement attribute, Label label, Dictionary dictionary)static booleanElementValidator. validate(AttributeStatement attribute, Label label, Dictionary dictionary, ElementDefinition definition)static booleanElementValidator. validate(AttributeStatement attribute, Label label, Dictionary dictionary, String objectContext)Checks to see whether anAttributeStatementis correct.static booleanGroupValidator. validate(GroupStatement group, Dictionary dictionary, Label label)static booleanObjectValidator. validate(ObjectStatement object, Dictionary dictionary, Label label)
-