public class MalformedPackageURLException extends Exception
| Constructor and Description |
|---|
MalformedPackageURLException()
Constructs a
MalformedPackageURLException with no detail message. |
MalformedPackageURLException(String msg)
Constructs a
MalformedPackageURLException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedPackageURLException()
MalformedPackageURLException with no detail message.public MalformedPackageURLException(String msg)
MalformedPackageURLException with the
specified detail message.msg - the detail message.Copyright © 2017–2019. All rights reserved.