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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 32 import org.eclipse.core.runtime.CoreException;
112 ILaunch launch, IProgressMonitor monitor) throws CoreException {
327 String mode, IProgressMonitor monitor) throws CoreException {
338 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
344 * @throws CoreException
348 throws CoreException {
365 } catch (CoreException e) {
380 * @throws CoreException
382 private boolean checkAndroidProject(IProject project) throws CoreException {
408 } catch (CoreException e)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BaseBuilder.java 39 import org.eclipse.core.runtime.CoreException;
282 * Adds a marker to the current project. This methods catches thrown {@link CoreException},
306 } catch (CoreException ce) {
323 } catch (CoreException ce) {
341 } catch (CoreException ce) {
764 } catch (CoreException e) {
    [all...]
ApkBuilder.java 54 import org.eclipse.core.runtime.CoreException;
141 * @throws CoreException
143 public boolean visit(IResourceDelta delta) throws CoreException {
252 protected void clean(IProgressMonitor monitor) throws CoreException {
267 throws CoreException {
710 // first check if this is a CoreException we threw to cancel the build.
711 if (exception instanceof CoreException) {
712 if (((CoreException)exception).getStatus().getSeverity() == IStatus.CANCEL) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 

Completed in 134 milliseconds