Library:Apache Ant
Version:1.6.5
Compatibility:JDK 1.4
Exceptions in library Apache Ant.
NamePackageDescription
BuildExceptionorg.apache.tools.antSignals an error condition during a build
ErrorInQuitExceptionorg.apache.tools.mailSpecialized IOException that get thrown if SMPT's QUIT command fails.
ExitExceptionorg.apache.tools.antUsed to report exit status of classes which call System.exit().
ExitStatusExceptionorg.apache.tools.antBuildException + exit status.
LaunchExceptionorg.apache.tools.ant.launchSignals an error condition during launching
ManifestExceptionorg.apache.tools.ant.taskdefsException thrown indicating problems in a JAR Manifest
UnsupportedAttributeExceptionorg.apache.tools.antUsed to report attempts to set an unsupported attribute
UnsupportedElementExceptionorg.apache.tools.antUsed to report attempts to set an unsupported element When the attempt to set the element is made, the code does not not know the name of the task/type based on a mapping from the classname to the task/type.
Search