|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.eclipse.core.runtime.CoreException org.eclipse.ecf.core.util.ECFException
public class ECFException
Constructor Summary | |
---|---|
ECFException()
|
|
ECFException(org.eclipse.core.runtime.IStatus status)
|
|
ECFException(java.lang.String message)
|
|
ECFException(java.lang.String message,
java.lang.Throwable cause)
|
|
ECFException(java.lang.Throwable cause)
|
Method Summary |
---|
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 |
---|
public ECFException()
public ECFException(java.lang.String message)
message
- message associated with exceptionpublic ECFException(java.lang.Throwable cause)
cause
- the cause of the new exceptionpublic ECFException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public ECFException(org.eclipse.core.runtime.IStatus status)
status
- the status for th
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |