Package com.github.packageurl
Class MalformedPackageURLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.packageurl.MalformedPackageURLException
-
- All Implemented Interfaces:
java.io.Serializable
public class MalformedPackageURLException extends java.lang.ExceptionException class intended to be used for PackageURL parsing exceptions.- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description MalformedPackageURLException()Constructs aMalformedPackageURLExceptionwith no detail message.MalformedPackageURLException(java.lang.String msg)Constructs aMalformedPackageURLExceptionwith the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MalformedPackageURLException
public MalformedPackageURLException()
Constructs aMalformedPackageURLExceptionwith no detail message.
-
MalformedPackageURLException
public MalformedPackageURLException(java.lang.String msg)
Constructs aMalformedPackageURLExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-