|
Eclipse Platform v3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.eclipse.team.core.TeamException
org.eclipse.team.internal.ccvs.core.CVSException
public class CVSException
A checked expection representing a failure in the CVS plugin.
CVS exceptions contain a status object describing the cause of the exception.
IStatus,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.eclipse.team.core.TeamException |
|---|
CONFLICT, IO_FAILED, NO_REMOTE_RESOURCE, NOT_AUTHORIZED, NOT_CHECKED_IN, NOT_CHECKED_OUT, OK, UNABLE |
| Constructor Summary | |
|---|---|
CVSException(CoreException e)
|
|
CVSException(int severity,
int code,
String message)
|
|
CVSException(int severity,
int code,
String message,
Throwable e)
|
|
CVSException(IStatus status)
|
|
CVSException(String message)
|
|
CVSException(String message,
Throwable e)
|
|
| Method Summary | |
|---|---|
static CVSException |
wrapException(CoreException e)
|
static CVSException |
wrapException(Exception e)
|
static CVSException |
wrapException(IResource resource,
String message,
CoreException e)
|
static CVSException |
wrapException(IResource resource,
String message,
IOException e)
|
| Methods inherited from class org.eclipse.team.core.TeamException |
|---|
asTeamException, asTeamException |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CVSException(CoreException e)
public CVSException(int severity,
int code,
String message,
Throwable e)
public CVSException(int severity,
int code,
String message)
public CVSException(String message)
public CVSException(String message,
Throwable e)
public CVSException(IStatus status)
| Method Detail |
|---|
public static CVSException wrapException(IResource resource,
String message,
IOException e)
public static CVSException wrapException(IResource resource,
String message,
CoreException e)
public static CVSException wrapException(Exception e)
public static CVSException wrapException(CoreException e)
|
Eclipse Platform v3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||