ManifestExceptionpublic class ManifestException extends Exception Exception thrown indicating problems in a JAR Manifest |
Constructors Summary |
---|
public ManifestException(String msg)Constructs an exception with the given descriptive message.
super(msg);
|
|