org.eclipse.cdt.debug.core.cdi
Class CDIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.cdt.debug.core.cdi.CDIException
- All Implemented Interfaces:
- java.io.Serializable
public class CDIException
- extends java.lang.Exception
Represents a failure in the CDI model operations.
- Since:
- Jul 9, 2002
- See Also:
- Serialized Form
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 |
CDIException
public CDIException()
CDIException
public CDIException(java.lang.String s)
CDIException
public CDIException(java.lang.String s,
java.lang.String d)
getDetailMessage
public java.lang.String getDetailMessage()
- Returns a more details message(if any).
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.