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.java113 private static class ProjectCreateException extends Exception { class in ProjectCreator
118 ProjectCreateException(String message) { in ProjectCreateException() method in ProjectCreator.ProjectCreateException
122 ProjectCreateException(Throwable t, String format, Object... args) { in ProjectCreateException() method in ProjectCreator.ProjectCreateException
126 ProjectCreateException(String format, Object... args) { in ProjectCreateException() method in ProjectCreator.ProjectCreateException