Package org.spdx.core
Class DefaultStoreNotInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spdx.core.InvalidSPDXAnalysisException
-
- org.spdx.core.DefaultStoreNotInitializedException
-
- All Implemented Interfaces:
Serializable
public class DefaultStoreNotInitializedException extends InvalidSPDXAnalysisException
Exception where the default store is used before it has been initialized- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultStoreNotInitializedException()
DefaultStoreNotInitializedException(String arg0)
DefaultStoreNotInitializedException(String arg0, Throwable arg1)
DefaultStoreNotInitializedException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
DefaultStoreNotInitializedException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DefaultStoreNotInitializedException
public DefaultStoreNotInitializedException()
-
DefaultStoreNotInitializedException
public DefaultStoreNotInitializedException(String arg0)
-
DefaultStoreNotInitializedException
public DefaultStoreNotInitializedException(Throwable arg0)
-
DefaultStoreNotInitializedException
public DefaultStoreNotInitializedException(String arg0, Throwable arg1)
-
-