org.apache.tools.ant.launch
public class LaunchException extends Exception
Since: Ant 1.6
Constructor Summary | |
---|---|
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
.