Package org.spdx.core
Class ModelRegistryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spdx.core.InvalidSPDXAnalysisException
-
- org.spdx.core.ModelRegistryException
-
- All Implemented Interfaces:
Serializable
public class ModelRegistryException extends InvalidSPDXAnalysisException
Exceptions related to a model registry- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelRegistryException()
ModelRegistryException(String arg0)
ModelRegistryException(String arg0, Throwable arg1)
ModelRegistryException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
ModelRegistryException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-