org.apache.tools.ant.taskdefs

Class ManifestException


public class ManifestException
extends Exception

Exception thrown indicating problems in a JAR Manifest
Since:
Ant 1.4

Constructor Summary

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

Constructor Details

ManifestException

public ManifestException(String msg)
Constructs an exception with the given descriptive message.
Parameters:
msg - Description of or information about the exception.

Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.