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