FileDocCategorySizeDatePackage
LaunchException.javaAPI DocApache Ant 1.701275Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.launch

LaunchException

public class LaunchException extends Exception
Signals an error condition during launching
since
Ant 1.6

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

param
message A description of or information about the exception. Should not be null.

        super(message);
    
Methods Summary