Eclipse Platform
2.0

org.eclipse.update.core.model
Class InstallAbortedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.eclipse.core.runtime.CoreException
                    |
                    +--org.eclipse.update.core.model.InstallAbortedException
All Implemented Interfaces:
Serializable

public class InstallAbortedException
extends CoreException

Exception thrown when the user cancelled an installation.

Since:
2.0
See Also:
Feature.install(IFeature, IVerificationListener, IProgressMonitor), Serialized Form

Constructor Summary
InstallAbortedException(String msg, Exception e)
          Construct the exception indicating enclosing CoreException
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstallAbortedException

public InstallAbortedException(String msg,
                               Exception e)
Construct the exception indicating enclosing CoreException

Since:
2.0

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.