Home
last modified time | relevance | path

Searched refs:InternalException (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DProjectSetupBuilder.java52 private final static class InternalException extends Exception { class in ProjectSetupBuilder
55 InternalException(String message) { in InternalException() method in ProjectSetupBuilder.InternalException
122 } catch (InternalException e) { in setProject()
198 throws InternalException, CoreException { in processAndroidProject()
221 throw new InternalException(String.format( in processAndroidProject()
228 throw new InternalException(String.format( in processAndroidProject()
248 throws InternalException, CoreException { in processJavaProject()
263 throw new InternalException(String.format( in processJavaProject()
275 private void computeRootAndPaths(Collection<GradleModule> modules) throws InternalException { in computeRootAndPaths()
295 throws InternalException { in determineCommonRoot()
[all …]