org.eclipse.cdt.internal.ui
Class CUIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.cdt.internal.ui.CUIException
All Implemented Interfaces:
java.io.Serializable

public class CUIException
extends org.eclipse.core.runtime.CoreException

An exception to wrap a status. This is necessary to use the core's IRunnableWithProgress support

See Also:
Serialized Form

Constructor Summary
CUIException(org.eclipse.core.runtime.IStatus status)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CUIException

public CUIException(org.eclipse.core.runtime.IStatus status)