Package org.spdx.core
Class SpdxIdNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spdx.core.InvalidSPDXAnalysisException
-
- org.spdx.core.SpdxIdNotFoundException
-
- All Implemented Interfaces:
Serializable
public class SpdxIdNotFoundException extends InvalidSPDXAnalysisException
Exception for no SPDX identifier found- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpdxIdNotFoundException()
General SPDX ID not found exceptionSpdxIdNotFoundException(String arg0)
SpdxIdNotFoundException(String arg0, Throwable arg1)
SpdxIdNotFoundException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
SpdxIdNotFoundException(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
-
SpdxIdNotFoundException
public SpdxIdNotFoundException()
General SPDX ID not found exception
-
SpdxIdNotFoundException
public SpdxIdNotFoundException(String arg0)
- Parameters:
arg0
- message
-
SpdxIdNotFoundException
public SpdxIdNotFoundException(Throwable arg0)
- Parameters:
arg0
- cause exception
-
SpdxIdNotFoundException
public SpdxIdNotFoundException(String arg0, Throwable arg1)
- Parameters:
arg0
- messagearg1
- cause
-
-