HomeSort by relevance Sort by last modified time
    Searched refs:CoreException (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 26 import org.eclipse.core.runtime.CoreException;
74 } catch (CoreException e) {
XmlErrorHandler.java 24 import org.eclipse.core.runtime.CoreException;
170 } catch (CoreException e) {
ProjectHelper.java 43 import org.eclipse.core.runtime.CoreException;
363 } catch (CoreException e) {
522 } catch (CoreException e) {
536 * @throws CoreException if the IDE throws an exception setting the compiler
541 throws CoreException {
592 } catch (CoreException e) {
632 public static void fixProjectNatureOrder(IProject project) throws CoreException {
676 * @throws CoreException
678 public static void removeNature(IProject project, String nature) throws CoreException {
702 * @throws CoreException
    [all...]
BaseProjectHelper.java 31 import org.eclipse.core.runtime.CoreException;
105 * {@link CoreException}, and returns null instead.
121 * methods catches thrown {@link CoreException}, and returns null instead.
167 } catch (CoreException e) {
176 * Adds a marker to a resource. This methods catches thrown {@link CoreException},
191 * Adds a marker to an {@link IProject}. This method does not catch {@link CoreException}, like
200 * @throws CoreException if the marker cannot be added
204 String message, int severity, int priority) throws CoreException {
332 * @throws CoreException if this method fails. Reasons include:
335 public static IJavaProject getJavaProject(IProject project) throws CoreException {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 23 import org.eclipse.core.runtime.CoreException;
175 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkCommandLauncher.java 24 import org.eclipse.core.runtime.CoreException;
59 throws CoreException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipantTest.java 23 import org.eclipse.core.runtime.CoreException;
239 throws CoreException, JavaModelException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 22 import org.eclipse.core.runtime.CoreException;
150 * @throws CoreException
154 PrintStream outStream, PrintStream errStream) throws CoreException {
167 throw new CoreException(createErrorStatus(
206 throw new CoreException(createErrorStatus(
SourceProcessor.java 33 import org.eclipse.core.runtime.CoreException;
242 throws CoreException {
296 List<File> libraryProjectsOut, IProgressMonitor monitor) throws CoreException;
308 protected void doRemoveFiles(SourceFileData data) throws CoreException {
406 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java 27 import org.eclipse.core.runtime.CoreException;
83 } catch (CoreException e) {
115 ILaunch launch, IProgressMonitor monitor) throws CoreException {
161 * @throws CoreException
165 IProgressMonitor monitor) throws CoreException {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 47 import org.eclipse.core.runtime.CoreException;
199 * Adds a marker to the current project. This methods catches thrown {@link CoreException},
223 } catch (CoreException ce) {
240 } catch (CoreException ce) {
310 * @throws CoreException
313 @Nullable ProjectState projectState) throws AbortBuildException, CoreException {
378 } catch (CoreException e) {
436 * @throws CoreException
440 throws CoreException {
450 * @throws CoreException
    [all...]
ResourceManagerBuilder.java 36 import org.eclipse.core.runtime.CoreException;
63 protected void clean(IProgressMonitor monitor) throws CoreException {
77 throws CoreException {
218 } catch (CoreException e) {
254 } catch (CoreException e) {
PatternBasedDeltaVisitor.java 27 import org.eclipse.core.runtime.CoreException;
84 public boolean visit(IResourceDelta delta) throws CoreException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 47 import org.eclipse.core.runtime.CoreException;
236 } catch (CoreException e) {
321 } catch (CoreException e) {
429 } catch (CoreException e) {
614 } catch (CoreException e) {
634 } catch (CoreException e) {
649 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 51 import org.eclipse.core.runtime.CoreException;
156 } catch (CoreException e) {
164 } catch (CoreException e) {
457 } catch (CoreException e) {
499 public void acceptSearchMatch(SearchMatch match) throws CoreException {
542 } catch (CoreException e) {
578 } catch (CoreException e) {
631 public void acceptSearchMatch(SearchMatch match) throws CoreException {
681 } catch (CoreException e) {
697 SearchPattern pattern) throws CoreException {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 30 import org.eclipse.core.runtime.CoreException;
62 public void runUpdate(IProgressMonitor monitor) throws CoreException {
116 throw new CoreException(Activator.newStatus(e));
118 throw new CoreException(Activator.newStatus(e));
122 private String[] calcEnvironment() throws CoreException {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
AbstractControlActionsManager.java 23 import org.eclipse.core.runtime.CoreException;
134 public EvaluationResult evaluate(IEvaluationContext context) throws CoreException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 24 import org.eclipse.core.runtime.CoreException;
136 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CreateNewConfigJob.java 31 import org.eclipse.core.runtime.CoreException;
121 } catch (CoreException e2) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 26 import org.eclipse.core.runtime.CoreException;
126 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 39 import org.eclipse.core.runtime.CoreException;
446 } catch (CoreException ce) {
480 } catch (CoreException e) {
494 } catch (CoreException e) {
502 } catch (CoreException e) {
513 } catch (CoreException e) {
526 } catch (CoreException e) {
540 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringUtil.java 31 import org.eclipse.core.runtime.CoreException;
77 } catch (CoreException e1) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/
AdtSourceLookupDirector.java 26 import org.eclipse.core.runtime.CoreException;
44 public void initializeDefaults(ILaunchConfiguration configuration) throws CoreException {

Completed in 337 milliseconds

1 23 4 5 6 7 8