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