org.apache.tools.ant.launch

Class LaunchException


public class LaunchException
extends Exception

Signals an error condition during launching

Since:
Ant 1.6

Constructor Summary

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

Constructor Details

LaunchException

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

Parameters:
message - A description of or information about the exception. Should not be null.


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