Serialized Form


Package org.apache.tools.ant

Class org.apache.tools.ant.BuildEvent implements Serializable

Serialized Fields

project

Project project

target

Target target

task

Task task

message

java.lang.String message

priority

int priority

exception

java.lang.Throwable exception

Class org.apache.tools.ant.BuildException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
Exception that might have caused this one.

location

Location location
Location in the build file where the exception occured

Class org.apache.tools.ant.ExitException implements Serializable

Serialized Fields

status

int status



Includes only those classes commonly used by task writers. The Ant 1.4.1 distribution includes complete Javadoc for all classes included in Ant, though in most cases these are not intended as APIs.