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