Class LaunchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tools.ant.launch.LaunchException
All Implemented Interfaces:
Serializable

public class LaunchException extends Exception
Signals an error condition during launching
Since:
Ant 1.6
See Also:
  • 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.