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 Summary
ConstructorDescriptionLaunchException
(String message) Constructs an exception with the given descriptive message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LaunchException
Constructs an exception with the given descriptive message.- Parameters:
message
- A description of or information about the exception. Should not benull
.
-