C# Class PlasticSCM.CLI.PlasticErrorParser

Afficher le fichier Open project: powercode/PSPlastic

Méthodes publiques

Méthode Description
ChangeListDoesNotExist ( string line, Exception &exception, Exception innerException = null ) : bool
ExceptionFromErrorMessage ( int exitCode, string exMsg ) : Exception
ItemNotInWorkspace ( string line, Exception &exception, Exception innerException = null ) : bool
ThrowAddItemsExceptions ( Exception exception ) : void
ThrowIfAttributeAlreadyExist ( Exception exception ) : void
ThrowIfAttributeCannotBeFound ( Exception processControllerException ) : void
ThrowIfAttributeErrors ( Exception exception ) : void
ThrowIfAttributeRealizationCannotBeFound ( Exception processControllerException ) : void
ThrowIfBranchCannotBeFound ( Exception exception ) : void
ThrowIfBranchErrors ( Exception exception ) : void
ThrowIfChangeListDoesNotExist ( ProcessControllerException exception ) : void
ThrowIfChangeListDoesNotExist ( string line, Exception innerException = null ) : void
ThrowIfCheckinErrors ( Exception exception ) : void
ThrowIfCommonException ( Exception exception ) : void
ThrowIfItemNotInWorkspace ( Exception exception ) : void
ThrowIfLabelCannotBeFound ( Exception exception ) : void
ThrowIfPerforceSyncException ( Exception exception ) : void
ThrowIfReplicationException ( Exception exception ) : void
ThrowIfRepositoryErrors ( Exception exception ) : void
ThrowIfWorkspaceHasPendingChanges ( ProcessControllerException exception, string path ) : void
ThrowIfXLinkErrors ( Exception exception ) : void

Private Methods

Méthode Description
ThrowIfBranchExist ( Exception exception ) : void
ThrowIfCantEditLinkType ( Exception exception ) : void
ThrowIfConnectionTimeoutException ( Exception exception ) : void
ThrowIfItemAlreadyExist ( Exception exception ) : void
ThrowIfMergeIsNeeded ( Exception exception ) : void
ThrowIfMultipleBranchHeads ( Exception exception ) : void
ThrowIfNoChanges ( Exception exception ) : void
ThrowIfNoUdtConnectionException ( Exception exception ) : void
ThrowIfP4ConnectionFails ( Exception exception ) : void
ThrowIfRepositoryCannotBeFound ( Exception exception ) : void
ThrowIfRepositoryExist ( Exception exception ) : void

Method Details

ChangeListDoesNotExist() public static méthode

public static ChangeListDoesNotExist ( string line, Exception &exception, Exception innerException = null ) : bool
line string
exception System.Exception
innerException System.Exception
Résultat bool

ExceptionFromErrorMessage() public static méthode

public static ExceptionFromErrorMessage ( int exitCode, string exMsg ) : Exception
exitCode int
exMsg string
Résultat System.Exception

ItemNotInWorkspace() public static méthode

public static ItemNotInWorkspace ( string line, Exception &exception, Exception innerException = null ) : bool
line string
exception System.Exception
innerException System.Exception
Résultat bool

ThrowAddItemsExceptions() public static méthode

public static ThrowAddItemsExceptions ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfAttributeAlreadyExist() public static méthode

public static ThrowIfAttributeAlreadyExist ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfAttributeCannotBeFound() public static méthode

public static ThrowIfAttributeCannotBeFound ( Exception processControllerException ) : void
processControllerException System.Exception
Résultat void

ThrowIfAttributeErrors() public static méthode

public static ThrowIfAttributeErrors ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfAttributeRealizationCannotBeFound() public static méthode

public static ThrowIfAttributeRealizationCannotBeFound ( Exception processControllerException ) : void
processControllerException System.Exception
Résultat void

ThrowIfBranchCannotBeFound() public static méthode

public static ThrowIfBranchCannotBeFound ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfBranchErrors() public static méthode

public static ThrowIfBranchErrors ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfChangeListDoesNotExist() public static méthode

public static ThrowIfChangeListDoesNotExist ( ProcessControllerException exception ) : void
exception ProcessControllerException
Résultat void

ThrowIfChangeListDoesNotExist() public static méthode

public static ThrowIfChangeListDoesNotExist ( string line, Exception innerException = null ) : void
line string
innerException System.Exception
Résultat void

ThrowIfCheckinErrors() public static méthode

public static ThrowIfCheckinErrors ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfCommonException() public static méthode

public static ThrowIfCommonException ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfItemNotInWorkspace() public static méthode

public static ThrowIfItemNotInWorkspace ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfLabelCannotBeFound() public static méthode

public static ThrowIfLabelCannotBeFound ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfPerforceSyncException() public static méthode

public static ThrowIfPerforceSyncException ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfReplicationException() public static méthode

public static ThrowIfReplicationException ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfRepositoryErrors() public static méthode

public static ThrowIfRepositoryErrors ( Exception exception ) : void
exception System.Exception
Résultat void

ThrowIfWorkspaceHasPendingChanges() public static méthode

public static ThrowIfWorkspaceHasPendingChanges ( ProcessControllerException exception, string path ) : void
exception ProcessControllerException
path string
Résultat void

ThrowIfXLinkErrors() public static méthode

public static ThrowIfXLinkErrors ( Exception exception ) : void
exception System.Exception
Résultat void