Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.engine
Class MissingActionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.equinox.p2.core.ProvisionException
                  extended by org.eclipse.equinox.p2.engine.MissingActionsException
All Implemented Interfaces:
Serializable

public class MissingActionsException
extends ProvisionException

Since:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.equinox.p2.core.ProvisionException
ARTIFACT_EXISTS, ARTIFACT_INCOMPLETE_SIZING, ARTIFACT_NOT_FOUND, INTERNAL_ERROR, REPOSITORY_EXISTS, REPOSITORY_FAILED_AUTHENTICATION, REPOSITORY_FAILED_READ, REPOSITORY_FAILED_WRITE, REPOSITORY_INVALID_LOCATION, REPOSITORY_NOT_FOUND, REPOSITORY_READ_ONLY, REPOSITORY_UNKNOWN_TYPE
 
Constructor Summary
MissingActionsException(MissingAction[] missingActions)
           
 
Method Summary
 MissingAction[] getMissingActions()
           
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

MissingActionsException

public MissingActionsException(MissingAction[] missingActions)
Method Detail

getMissingActions

public MissingAction[] getMissingActions()

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.