Class BomLinkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cyclonedx.exception.BomLinkException
All Implemented Interfaces:
Serializable

public class BomLinkException extends Exception
Exception throws when parsing CycloneDX BOM-Link URNs.
Since:
7.1.4
Author:
Steve Springett
See Also:
  • Constructor Details

    • BomLinkException

      public BomLinkException(String message)
      Constructs a new exception.
      Parameters:
      message - the detail message.
      Since:
      7.1.4
    • BomLinkException

      public BomLinkException(Throwable cause)
      Constructs a new exception.
      Parameters:
      cause - the cause
      Since:
      7.1.4
    • BomLinkException

      public BomLinkException(String message, Throwable cause)
      Constructs a new exception.
      Parameters:
      message - the detail message.
      cause - the cause
      Since:
      7.1.4