OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CoreException
(Results
76 - 100
of
195
) sorted by null
1
2
3
4
5
6
7
8
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SetFolders.java
32
import org.eclipse.core.runtime.
CoreException
;
100
} catch (
CoreException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DevTreeProjectProvider.java
24
import org.eclipse.core.runtime.
CoreException
;
136
} catch (
CoreException
e) {
SourceRevealer.java
22
import org.eclipse.core.runtime.
CoreException
;
131
} catch (
CoreException
e) {
151
public void acceptSearchMatch(SearchMatch match) throws
CoreException
{
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java
62
import org.eclipse.core.runtime.
CoreException
;
549
if (t instanceof
CoreException
) {
550
CoreException
core = (
CoreException
) t;
654
} catch (
CoreException
e) {
676
} catch (
CoreException
e) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
GlobalProjectMonitor.java
38
import org.eclipse.core.runtime.
CoreException
;
260
} catch (
CoreException
e) {
522
} catch (
CoreException
e) {
538
} catch (
CoreException
e) {
IdeScanningContext.java
38
import org.eclipse.core.runtime.
CoreException
;
147
} catch (
CoreException
ce) {
186
} catch (
CoreException
ce) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSelectionPage.java
27
import org.eclipse.core.runtime.
CoreException
;
219
} catch (
CoreException
ignored) {
245
private List<String> getCyclicProjects(List<IJavaProject> projects) throws
CoreException
{
262
throws
CoreException
{
ProjectSetupBuilder.java
32
import org.eclipse.core.runtime.
CoreException
;
97
throws
CoreException
{
198
throws InternalException,
CoreException
{
248
throws InternalException,
CoreException
{
348
} catch (
CoreException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java
31
import org.eclipse.core.runtime.
CoreException
;
68
} catch (
CoreException
e) {
76
} catch (
CoreException
e) {
CustomViewFinder.java
29
import org.eclipse.core.runtime.
CoreException
;
103
} catch (
CoreException
e) {
111
} catch (
CoreException
e) {
204
public void acceptSearchMatch(SearchMatch match) throws
CoreException
{
265
} catch (
CoreException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java
27
import org.eclipse.core.runtime.
CoreException
;
67
} catch (
CoreException
e) {
115
} catch (
CoreException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java
39
import org.eclipse.core.runtime.
CoreException
;
105
IProgressMonitor monitor) throws
CoreException
{
227
} catch (
CoreException
e) {
371
* @throws
CoreException
374
boolean createFolders, IProgressMonitor monitor) throws
CoreException
{
418
* @throws
CoreException
421
throws
CoreException
{
471
// throw new
CoreException
(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
477
// throw new
CoreException
(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java
37
import org.eclipse.core.runtime.
CoreException
;
307
} catch (
CoreException
e) {
319
} catch (
CoreException
e) {
356
} catch (
CoreException
e) {
404
} catch (
CoreException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java
31
import org.eclipse.core.runtime.
CoreException
;
362
} catch (
CoreException
ce) {
395
} catch (
CoreException
ce) {
411
} catch (
CoreException
e) {
421
} catch (
CoreException
ce) {
436
} catch (
CoreException
ce) {
467
} catch (
CoreException
ce) {
511
} catch (
CoreException
e) {
512
// TODO: does the real error need to be extracted out of
CoreException
523
private void mapResources(ILaunchConfigurationWorkingCopy config) throws
CoreException
{
[
all
...]
AndroidJUnitLaunchConfigDelegate.java
36
import org.eclipse.core.runtime.
CoreException
;
243
} catch (
CoreException
e) {
269
} catch (
CoreException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java
51
import org.eclipse.core.runtime.
CoreException
;
160
} catch (
CoreException
e) {
193
public Change createChange(IProgressMonitor pm) throws
CoreException
,
306
} catch (
CoreException
e) {
317
} catch (
CoreException
e) {
355
} catch (
CoreException
e) {
402
} catch (
CoreException
e) {
AndroidPackageRenameParticipant.java
46
import org.eclipse.core.runtime.
CoreException
;
217
public Change createChange(IProgressMonitor pm) throws
CoreException
,
276
public Change perform(IProgressMonitor monitor) throws
CoreException
{
296
* @throws
CoreException
if an error happens
299
public Change getGenPackageChange(IProgressMonitor pm) throws
CoreException
,
379
} catch (
CoreException
e) {
421
} catch (
CoreException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java
34
import org.eclipse.core.runtime.
CoreException
;
98
throws
CoreException
, OperationCanceledException {
121
public Change createChange(IProgressMonitor pm) throws
CoreException
,
175
} catch (
CoreException
e) {
216
} catch (
CoreException
e) {
307
} catch (
CoreException
e) {
431
public boolean visit(IResource resource) throws
CoreException
{
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java
36
import org.eclipse.core.runtime.
CoreException
;
337
} catch (
CoreException
e) {
368
throws
CoreException
{
391
IConfigurationElement[] configElements) throws
CoreException
{
415
throws
CoreException
{
435
* @throws
CoreException
438
throws
CoreException
{
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar
org.eclipse.core.runtime_3.6.0.v20100505.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java
54
import org.eclipse.core.runtime.
CoreException
;
86
IProgressMonitor monitor) throws
CoreException
{
97
IProgressMonitor monitor) throws
CoreException
{
360
IProject project, NativeAbi compatAbi, IProgressMonitor monitor) throws
CoreException
{
404
throws
CoreException
{
469
} catch (
CoreException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java
61
import org.eclipse.core.runtime.
CoreException
;
249
} catch (
CoreException
e) {
368
} catch (
CoreException
e) {
435
} catch (
CoreException
e) {
471
} catch (
CoreException
e) {
489
} catch (
CoreException
e) {
625
} catch (
CoreException
e) {
652
} catch (
CoreException
e) {
717
} catch (
CoreException
e) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java
37
import org.eclipse.core.runtime.
CoreException
;
147
} catch (
CoreException
e) {
209
} catch (
CoreException
ex) {
Completed in 1261 milliseconds
1
2
3
4
5
6
7
8