org.codehaus.plexus.archiver.jar

Class ManifestException

public class ManifestException extends Exception

Exception thrown indicating problems in a JAR Manifest
Constructor Summary
ManifestException(String msg)
Constructs an exception with the given descriptive message.

Constructor Detail

ManifestException

public ManifestException(String msg)
Constructs an exception with the given descriptive message.

Parameters: msg Description of or information about the exception.