PTP
Release 7.0

org.eclipse.ptp.services.core
Class ProjectNotConfiguredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.ptp.services.core.ProjectNotConfiguredException
All Implemented Interfaces:
Serializable

public class ProjectNotConfiguredException
extends RuntimeException

Runtime exception indicating that for some reason the given project's service model has not been configured. EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the RDT team.

See Also:
Serialized Form

Constructor Summary
ProjectNotConfiguredException()
           
ProjectNotConfiguredException(String message)
           
ProjectNotConfiguredException(String message, Throwable cause)
           
ProjectNotConfiguredException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectNotConfiguredException

public ProjectNotConfiguredException()

ProjectNotConfiguredException

public ProjectNotConfiguredException(String message,
                                     Throwable cause)

ProjectNotConfiguredException

public ProjectNotConfiguredException(String message)

ProjectNotConfiguredException

public ProjectNotConfiguredException(Throwable cause)

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.