Class ParseException

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

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

    • ParseException

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

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

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