Package org.spdx.core
Class SpdxIdInUseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spdx.core.InvalidSPDXAnalysisException
-
- org.spdx.core.SpdxIdInUseException
-
- All Implemented Interfaces:
Serializable
public class SpdxIdInUseException extends InvalidSPDXAnalysisException
Exception when an SPDX element is in use (e.g. exception thrown when attempting to delete)- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpdxIdInUseException()
SpdxIdInUseException(String arg0)
SpdxIdInUseException(String arg0, Throwable arg1)
SpdxIdInUseException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
SpdxIdInUseException(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
-
SpdxIdInUseException
public SpdxIdInUseException()
-
SpdxIdInUseException
public SpdxIdInUseException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
-
SpdxIdInUseException
public SpdxIdInUseException(String arg0)
-
SpdxIdInUseException
public SpdxIdInUseException(Throwable arg0)
-
-