com.microsoft.tfs.core.clients.versioncontrol.events
Class NonFatalErrorEvent
java.lang.Object
com.microsoft.tfs.core.clients.CoreClientEvent
com.microsoft.tfs.core.clients.versioncontrol.events.NonFatalErrorEvent
public class NonFatalErrorEvent
- extends CoreClientEvent
Event fired when a non-fatal error is encountered during processing. Fatal
errors are thrown as exceptions.
- Since:
- TEE-SDK-10.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonFatalErrorEvent
public NonFatalErrorEvent(EventSource source,
VersionControlClient vcClient,
java.lang.Throwable throwable)
NonFatalErrorEvent
public NonFatalErrorEvent(EventSource source,
VersionControlClient vcClient,
Failure failure)
NonFatalErrorEvent
public NonFatalErrorEvent(EventSource source,
Workspace workspace,
Failure failure)
NonFatalErrorEvent
public NonFatalErrorEvent(EventSource source,
Workspace workspace,
java.lang.Throwable throwable)
getThrowable
public java.lang.Throwable getThrowable()
getFailure
public Failure getFailure()
getClient
public VersionControlClient getClient()
getWorkspace
public Workspace getWorkspace()
getMessage
public java.lang.String getMessage()
© 2015 Microsoft. All rights reserved.