Package org.apache.tools.ant.launch
Class LaunchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tools.ant.launch.LaunchException
- All Implemented Interfaces:
- Serializable
Signals an error condition during launching
- Since:
- Ant 1.6
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLaunchException(String message) Constructs an exception with the given descriptive message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LaunchExceptionConstructs an exception with the given descriptive message.- Parameters:
- message- A description of or information about the exception. Should not be- null.
 
 
-