Class GeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cyclonedx.exception.GeneratorException
- All Implemented Interfaces:
Serializable
Exception throws when parsing CycloneDX BoMs.
- Since:
- 4.0.0
- Author:
- Steve Springett
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratorException(String message) Constructs a new exception.GeneratorException(String message, Throwable cause) Constructs a new exception.GeneratorException(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
-
GeneratorException
Constructs a new exception.- Parameters:
message- the detail message.- Since:
- 4.0.0
-
GeneratorException
Constructs a new exception.- Parameters:
cause- the cause- Since:
- 4.0.0
-
GeneratorException
-