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
241
) sorted by null
1
2
3
4
5
6
7
8
9
10
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java
29
import org.eclipse.core.runtime.
CoreException
;
139
} catch (
CoreException
e) {
156
} catch (
CoreException
e) {
162
} catch (
CoreException
e) {
184
} catch (
CoreException
e) {
265
} catch (
CoreException
e) {
/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
30
import org.eclipse.core.runtime.
CoreException
;
58
* @throws
CoreException
if a fatal error occurred in initialization
60
InstrumentationRunnerValidator(IProject project) throws
CoreException
{
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
{
/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
45
import org.eclipse.core.runtime.
CoreException
;
365
} catch (
CoreException
e) {
524
} catch (
CoreException
e) {
538
* @throws
CoreException
if the IDE throws an exception setting the compiler
543
throws
CoreException
{
594
} catch (
CoreException
e) {
634
public static void fixProjectNatureOrder(IProject project) throws
CoreException
{
678
* @throws
CoreException
680
public static void removeNature(IProject project, String nature) throws
CoreException
{
704
* @throws
CoreException
[
all
...]
BaseProjectHelper.java
32
import org.eclipse.core.runtime.
CoreException
;
108
* {@link
CoreException
}, and returns null instead.
124
* methods catches thrown {@link
CoreException
}, and returns null instead.
170
} catch (
CoreException
e) {
179
* Adds a marker to a resource. This methods catches thrown {@link
CoreException
},
194
* Adds a marker to an {@link IProject}. This method does not catch {@link
CoreException
}, like
203
* @throws
CoreException
if the marker cannot be added
207
String message, int severity, int priority) throws
CoreException
{
335
* @throws
CoreException
if this method fails. Reasons include:
338
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
;
151
* @throws
CoreException
155
PrintStream outStream, PrintStream errStream) throws
CoreException
{
168
throw new
CoreException
(createErrorStatus(
207
throw new
CoreException
(createErrorStatus(
SourceProcessor.java
33
import org.eclipse.core.runtime.
CoreException
;
246
throws
CoreException
{
300
List<File> libraryProjectsOut, IProgressMonitor monitor) throws
CoreException
;
312
protected void doRemoveFiles(SourceFileData data) throws
CoreException
{
410
} 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.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java
48
import org.eclipse.core.runtime.
CoreException
;
200
* Adds a marker to the current project. This methods catches thrown {@link
CoreException
},
224
} catch (
CoreException
ce) {
241
} catch (
CoreException
ce) {
311
* @throws
CoreException
314
@Nullable ProjectState projectState) throws AbortBuildException,
CoreException
{
379
} catch (
CoreException
e) {
437
* @throws
CoreException
441
throws
CoreException
{
451
* @throws
CoreException
[
all
...]
ResourceManagerBuilder.java
40
import org.eclipse.core.runtime.
CoreException
;
67
protected void clean(IProgressMonitor monitor) throws
CoreException
{
81
throws
CoreException
{
249
} catch (
CoreException
e) {
285
} 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.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
{
/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
;
407
} catch (
CoreException
ex) {
428
} catch (
CoreException
ce) {
462
} catch (
CoreException
e) {
476
} catch (
CoreException
e) {
484
} catch (
CoreException
e) {
495
} catch (
CoreException
e) {
508
} catch (
CoreException
e) {
522
} catch (
CoreException
e) {
/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) {
Completed in 296 milliseconds
1
2
3
4
5
6
7
8
9
10