Package org.cyclonedx.exception
Class BomLinkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.cyclonedx.exception.BomLinkException
-
- All Implemented Interfaces:
java.io.Serializable
public class BomLinkException extends java.lang.ExceptionException throws when parsing CycloneDX BOM-Link URNs.- Since:
- 7.1.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BomLinkException(java.lang.String message)Constructs a new exception.BomLinkException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception.BomLinkException(java.lang.Throwable cause)Constructs a new exception.
-
-
-
Constructor Detail
-
BomLinkException
public BomLinkException(java.lang.String message)
Constructs a new exception.- Parameters:
message- the detail message.- Since:
- 7.1.4
-
BomLinkException
public BomLinkException(java.lang.Throwable cause)
Constructs a new exception.- Parameters:
cause- the cause- Since:
- 7.1.4
-
BomLinkException
public BomLinkException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception.- Parameters:
message- the detail message.cause- the cause- Since:
- 7.1.4
-
-