OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CoreException
(Results
51 - 75
of
173
) sorted by null
1
2
3
4
5
6
7
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java
41
import org.eclipse.core.runtime.
CoreException
;
185
* Adds a marker to the current project. This methods catches thrown {@link
CoreException
},
209
} catch (
CoreException
ce) {
226
} catch (
CoreException
ce) {
295
* @throws
CoreException
342
} catch (
CoreException
e) {
400
* @throws
CoreException
404
throws
CoreException
{
414
* @throws
CoreException
417
IProgressMonitor monitor) throws
CoreException
{
[
all
...]
ResourceManagerBuilder.java
38
import org.eclipse.core.runtime.
CoreException
;
65
protected void clean(IProgressMonitor monitor) throws
CoreException
{
79
throws
CoreException
{
227
} catch (
CoreException
e) {
263
} catch (
CoreException
e) {
PostCompilerDeltaVisitor.java
29
import org.eclipse.core.runtime.
CoreException
;
133
* @throws
CoreException
139
public boolean visit(IResourceDelta delta) throws
CoreException
{
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java
20
import org.eclipse.core.runtime.
CoreException
;
126
} catch (
CoreException
e) {
InstrumentationRunnerValidator.java
28
import org.eclipse.core.runtime.
CoreException
;
56
* @throws
CoreException
if a fatal error occurred in initialization
58
InstrumentationRunnerValidator(IProject project) throws
CoreException
{
AndroidJUnitLaunchAction.java
26
import org.eclipse.core.runtime.
CoreException
;
80
} catch (
CoreException
e) {
112
ILaunch launch, IProgressMonitor monitor) throws
CoreException
{
158
* @throws
CoreException
162
IProgressMonitor monitor) throws
CoreException
{
AndroidJUnitLaunchConfigDelegate.java
36
import org.eclipse.core.runtime.
CoreException
;
222
} catch (
CoreException
e) {
229
private String getRunnerFromConfig(ILaunchConfiguration configuration) throws
CoreException
{
248
} catch (
CoreException
e) {
/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) {
BaseProjectHelper.java
29
import org.eclipse.core.runtime.
CoreException
;
103
* {@link
CoreException
}, and returns null instead.
119
* methods catches thrown {@link
CoreException
}, and returns null instead.
160
} catch (
CoreException
e) {
169
* Adds a marker to a resource. This methods catches thrown {@link
CoreException
},
183
* Adds a marker to an {@link IProject}. This method does not catch {@link
CoreException
}, like
192
* @throws
CoreException
195
String message, int severity, int priority) throws
CoreException
{
319
* @throws
CoreException
if this method fails. Reasons include:
322
public static IJavaProject getJavaProject(IProject project) throws
CoreException
{
[
all
...]
ProjectHelper.java
40
import org.eclipse.core.runtime.
CoreException
;
445
} catch (
CoreException
e) {
476
} catch (
CoreException
e) {
516
public static void fixProjectNatureOrder(IProject project) throws
CoreException
{
560
* @throws
CoreException
562
public static void removeNature(IProject project, String nature) throws
CoreException
{
586
* @throws
CoreException
589
throws
CoreException
{
630
} catch (
CoreException
e) {
649
} catch (
CoreException
e)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
RefactoringUtil.java
22
import org.eclipse.core.runtime.
CoreException
;
67
} catch (
CoreException
e1) {
AndroidTypeRenameParticipant.java
39
import org.eclipse.core.runtime.
CoreException
;
84
public Change createChange(IProgressMonitor pm) throws
CoreException
,
211
} catch (
CoreException
e) {
279
} catch (
CoreException
ignore) {
285
} catch (
CoreException
ignore) {
305
} catch (
CoreException
e) {
311
} catch (
CoreException
e1) {
AndroidPackageRenameParticipant.java
39
import org.eclipse.core.runtime.
CoreException
;
99
public Change createChange(IProgressMonitor pm) throws
CoreException
,
156
* @throws
CoreException
159
public Change getGenPackageChange(IProgressMonitor pm) throws
CoreException
,
248
public void acceptSearchMatch(SearchMatch match) throws
CoreException
{
276
} catch (
CoreException
e) {
322
} catch (
CoreException
e) {
403
} catch (
CoreException
ignore) {
409
} catch (
CoreException
ignore) {
444
} catch (
CoreException
e)
[
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.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java
21
import org.eclipse.core.runtime.
CoreException
;
146
* @throws
CoreException
149
boolean verbose, PrintStream outStream, PrintStream errStream) throws
CoreException
{
161
throw new
CoreException
(createErrorStatus(
199
throw new
CoreException
(createErrorStatus(
AidlProcessor.java
35
import org.eclipse.core.runtime.
CoreException
;
96
throws
CoreException
{
176
} catch (
CoreException
e) {
309
* @throws
CoreException
312
IProgressMonitor monitor) throws
CoreException
{
351
* @throws
CoreException
354
throws
CoreException
{
404
// throw new
CoreException
(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
410
// throw new
CoreException
(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
SourceProcessor.java
31
import org.eclipse.core.runtime.
CoreException
;
222
List<IPath> sourceFolders, IProgressMonitor monitor) throws
CoreException
{
276
throws
CoreException
;
288
protected void doRemoveFiles(SourceFileData data) throws
CoreException
{
384
} catch (
CoreException
e) {
/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.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java
30
import org.eclipse.core.runtime.
CoreException
;
63
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
{
/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
;
141
} catch (
CoreException
e) {
149
} catch (
CoreException
e) {
388
} catch (
CoreException
e) {
410
public void acceptSearchMatch(SearchMatch match) throws
CoreException
{
447
} catch (
CoreException
e) {
499
public void acceptSearchMatch(SearchMatch match) throws
CoreException
{
549
} catch (
CoreException
e) {
565
SearchPattern pattern) 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
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java
51
import org.eclipse.core.runtime.
CoreException
;
431
if (t instanceof
CoreException
) {
432
CoreException
core = (
CoreException
) t;
532
} catch (
CoreException
e) {
560
throws
CoreException
, IOException, StreamException {
673
* @throws
CoreException
if the method fails to create the directories in
677
String[] folders, IProgressMonitor monitor) throws
CoreException
{
697
* @throws
CoreException
if the method fails to update the project.
703
throws
CoreException
, IOException
[
all
...]
/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) {
Completed in 417 milliseconds
1
2
3
4
5
6
7