Class BomLinkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cyclonedx.exception.BomLinkException
- All Implemented Interfaces:
Serializable
Exception throws when parsing CycloneDX BOM-Link URNs.
- Since:
- 7.1.4
- Author:
- Steve Springett
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBomLinkException(String message) Constructs a new exception.BomLinkException(String message, Throwable cause) Constructs a new exception.BomLinkException(Throwable cause) Constructs a new exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BomLinkException
Constructs a new exception.- Parameters:
message- the detail message.- Since:
- 7.1.4
-
BomLinkException
Constructs a new exception.- Parameters:
cause- the cause- Since:
- 7.1.4
-
BomLinkException
-