Lines Matching refs:BuildException
30 import org.apache.tools.ant.BuildException;
90 public void execute() throws BuildException {
92 throw new BuildException("Missing attribute bootClassPathOut");
95 throw new BuildException("Missing attribute androidJarFileOut");
98 throw new BuildException("Missing attribute androidAidlFileOut");
101 throw new BuildException("Missing attribute targetApiOut");
104 throw new BuildException("Missing attribute mMinSdkVersionOut");
116 throw new BuildException("Android Target is not set.");
153 throw new BuildException("Failed to parse SDK content.");
160 throw new BuildException(String.format(
232 throw new BuildException(String.format(
251 throw new BuildException(String.format(
270 throw new BuildException(String.format(
295 throw new BuildException(e);
297 throw new BuildException(e);