Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi
Class CDIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.cdt.debug.core.cdi.CDIException
All Implemented Interfaces:
Serializable

public class CDIException
extends Exception

Represents a failure in the CDI model operations.

Since:
Jul 9, 2002
See Also:
Serialized Form

Constructor Summary
CDIException()
           
CDIException(String s)
           
CDIException(String s, String d)
           
 
Method Summary
 String getDetailMessage()
          Returns a more details message(if any).
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CDIException

public CDIException()

CDIException

public CDIException(String s)

CDIException

public CDIException(String s,
                    String d)
Method Detail

getDetailMessage

public String getDetailMessage()
Returns a more details message(if any).


toString

public String toString()
Overrides:
toString in class Throwable

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.