FileDocCategorySizeDatePackage
ManifestException.javaAPI DocApache Ant 1.701219Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.taskdefs

ManifestException

public class ManifestException extends Exception
Exception thrown indicating problems in a JAR Manifest
since
Ant 1.4

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

param
msg Description of or information about the exception.

        super(msg);
    
Methods Summary