Package org.spdx.library.model
Class DuplicateSpdxIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.library.InvalidSPDXAnalysisException
org.spdx.library.model.DuplicateSpdxIdException
- All Implemented Interfaces:
Serializable
public class DuplicateSpdxIdException extends InvalidSPDXAnalysisException
- Author:
- gary
- 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
-
Constructor Details
-
DuplicateSpdxIdException
public DuplicateSpdxIdException() -
DuplicateSpdxIdException
- Parameters:
arg0-
-
DuplicateSpdxIdException
- Parameters:
arg0-
-
DuplicateSpdxIdException
- Parameters:
arg0-arg1-
-
DuplicateSpdxIdException
- Parameters:
arg0-arg1-arg2-arg3-
-