Class MalformedPackageURLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.packageurl.MalformedPackageURLException
All Implemented Interfaces:
Serializable

public class MalformedPackageURLException extends Exception
Exception class intended to be used for PackageURL parsing exceptions.
Since:
1.0.0
See Also:
  • Field Details

  • Constructor Details

    • MalformedPackageURLException

      public MalformedPackageURLException()
      Constructs a MalformedPackageURLException with no detail message.
    • MalformedPackageURLException

      public MalformedPackageURLException(String msg)
      Constructs a MalformedPackageURLException with the specified detail message.
      Parameters:
      msg - the detail message.