Home
last modified time | relevance | path

Searched defs:ProjectCreateException (Results 1 – 1 of 1) sorted by relevance

/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
DProjectCreator.java125 private static class ProjectCreateException extends Exception { class in ProjectCreator
130 ProjectCreateException(String message) { in ProjectCreateException() method in ProjectCreator.ProjectCreateException
134 ProjectCreateException(Throwable t, String format, Object... args) { in ProjectCreateException() method in ProjectCreator.ProjectCreateException
138 ProjectCreateException(String format, Object... args) { in ProjectCreateException() method in ProjectCreator.ProjectCreateException