Class GeneratorException

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

public class GeneratorException extends Exception
Exception throws when parsing CycloneDX BoMs.
Since:
4.0.0
Author:
Steve Springett
See Also:
  • Constructor Details

    • GeneratorException

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

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

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