Uses of Class
org.spdx.core.ModelRegistryException
-
Packages that use ModelRegistryException Package Description org.spdx.core Common classes used by the SPDX model and library -
-
Uses of ModelRegistryException in org.spdx.core
Methods in org.spdx.core that throw ModelRegistryException Modifier and Type Method Description boolean
ModelRegistry. canBeExternal(Class<?> clazz, String specVersion)
Class<?>
ModelRegistry. typeToClass(String type, String specVersion)
Enum<?>
ModelRegistry. uriToEnum(String uri, String specVersion)
Converts a URI to enumObject
ModelRegistry. uriToIndividual(String individualUri, String specVersion, Class<?> type)
Constructors in org.spdx.core that throw ModelRegistryException Constructor Description TypedValue(String objectUri, String type, String specVersion)
Constructs a TypedValue with the specified object URI, type, and spec version.
-