com.microsoft.tfs.core.clients.versioncontrol.events
Class NonFatalErrorEvent

java.lang.Object
  extended by com.microsoft.tfs.core.clients.CoreClientEvent
      extended by 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

Constructor Summary
NonFatalErrorEvent(EventSource source, VersionControlClient vcClient, Failure failure)
           
NonFatalErrorEvent(EventSource source, VersionControlClient vcClient, java.lang.Throwable throwable)
           
NonFatalErrorEvent(EventSource source, Workspace workspace, Failure failure)
           
NonFatalErrorEvent(EventSource source, Workspace workspace, java.lang.Throwable throwable)
           
 
Method Summary
 VersionControlClient getClient()
           
 Failure getFailure()
           
 java.lang.String getMessage()
           
 java.lang.Throwable getThrowable()
           
 Workspace getWorkspace()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.CoreClientEvent
getEventSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.