HomeSort by relevance Sort by last modified time
    Searched refs:AbortBuildException (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 135 protected static class AbortBuildException extends Exception {
297 protected void abortOnBadSetup(IJavaProject javaProject) throws AbortBuildException {
302 throw new AbortBuildException();
309 throw new AbortBuildException();
314 throw new AbortBuildException();
326 throws AbortBuildException {
332 throw new AbortBuildException();
337 throw new AbortBuildException();
PreCompilerBuilder.java 600 } catch (AbortBuildException e) {
731 * @throws AbortBuildException
735 throws CoreException, AbortBuildException {
    [all...]
ResourceManagerBuilder.java 91 } catch (AbortBuildException e) {
PostCompilerBuilder.java     [all...]

Completed in 28 milliseconds