| Name | Package | Description |
| BuildException | org.apache.tools.ant | Signals an error condition during a build |
| ErrorInQuitException | org.apache.tools.mail | Specialized IOException that get thrown if SMPT's QUIT command fails. |
| ExitException | org.apache.tools.ant | Used to report exit status of classes which call System.exit(). |
| ExitStatusException | org.apache.tools.ant | BuildException + exit status. |
| LaunchException | org.apache.tools.ant.launch | Signals an error condition during launching |
| ManifestException | org.apache.tools.ant.taskdefs | Exception thrown indicating problems in a JAR Manifest |
| UnsupportedAttributeException | org.apache.tools.ant | Used to report attempts to set an unsupported attribute |
| UnsupportedElementException | org.apache.tools.ant | Used 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. |