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

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/export/
MultiApkExportHelper.java 74 public static final class ExportException extends Exception {
77 public ExportException(String message) {
81 public ExportException(String format, Object... args) {
85 public ExportException(Throwable cause, String format, Object... args) {
89 public ExportException(String message, Throwable cause) {
128 public List<ApkData> getApkData(String projectList) throws ExportException {
163 * @throws ExportException
165 public List<ProjectConfig> getProjects(String projectList) throws ExportException {
180 * @throws ExportException if writing the files failed.
182 public void writeLogs() throws ExportException {
    [all...]
ProjectConfig.java 20 import com.android.sdklib.internal.export.MultiApkExportHelper.ExportException;
77 ManifestData manifestData) throws ExportException {
82 throw new ExportException(String.format("%1$s is missing for project %2$s",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
MultiApkExportAction.java 29 import com.android.sdklib.internal.export.MultiApkExportHelper.ExportException;
128 * @throws ExportException
132 throws ExportException, CoreException {
  /sdk/anttasks/src/com/android/ant/
MultiApkExportTask.java 22 import com.android.sdklib.internal.export.MultiApkExportHelper.ExportException;
169 } catch (ExportException e) {

Completed in 531 milliseconds