C# Class PlasticSCM.CLI.PlasticErrorParser

显示文件 Open project: powercode/PSPlastic

Public Methods

Method 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

Method 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 method

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

ExceptionFromErrorMessage() public static method

public static ExceptionFromErrorMessage ( int exitCode, string exMsg ) : Exception
exitCode int
exMsg string
return System.Exception

ItemNotInWorkspace() public static method

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

ThrowAddItemsExceptions() public static method

public static ThrowAddItemsExceptions ( Exception exception ) : void
exception System.Exception
return void

ThrowIfAttributeAlreadyExist() public static method

public static ThrowIfAttributeAlreadyExist ( Exception exception ) : void
exception System.Exception
return void

ThrowIfAttributeCannotBeFound() public static method

public static ThrowIfAttributeCannotBeFound ( Exception processControllerException ) : void
processControllerException System.Exception
return void

ThrowIfAttributeErrors() public static method

public static ThrowIfAttributeErrors ( Exception exception ) : void
exception System.Exception
return void

ThrowIfAttributeRealizationCannotBeFound() public static method

public static ThrowIfAttributeRealizationCannotBeFound ( Exception processControllerException ) : void
processControllerException System.Exception
return void

ThrowIfBranchCannotBeFound() public static method

public static ThrowIfBranchCannotBeFound ( Exception exception ) : void
exception System.Exception
return void

ThrowIfBranchErrors() public static method

public static ThrowIfBranchErrors ( Exception exception ) : void
exception System.Exception
return void

ThrowIfChangeListDoesNotExist() public static method

public static ThrowIfChangeListDoesNotExist ( ProcessControllerException exception ) : void
exception ProcessControllerException
return void

ThrowIfChangeListDoesNotExist() public static method

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

ThrowIfCheckinErrors() public static method

public static ThrowIfCheckinErrors ( Exception exception ) : void
exception System.Exception
return void

ThrowIfCommonException() public static method

public static ThrowIfCommonException ( Exception exception ) : void
exception System.Exception
return void

ThrowIfItemNotInWorkspace() public static method

public static ThrowIfItemNotInWorkspace ( Exception exception ) : void
exception System.Exception
return void

ThrowIfLabelCannotBeFound() public static method

public static ThrowIfLabelCannotBeFound ( Exception exception ) : void
exception System.Exception
return void

ThrowIfPerforceSyncException() public static method

public static ThrowIfPerforceSyncException ( Exception exception ) : void
exception System.Exception
return void

ThrowIfReplicationException() public static method

public static ThrowIfReplicationException ( Exception exception ) : void
exception System.Exception
return void

ThrowIfRepositoryErrors() public static method

public static ThrowIfRepositoryErrors ( Exception exception ) : void
exception System.Exception
return void

ThrowIfWorkspaceHasPendingChanges() public static method

public static ThrowIfWorkspaceHasPendingChanges ( ProcessControllerException exception, string path ) : void
exception ProcessControllerException
path string
return void

ThrowIfXLinkErrors() public static method

public static ThrowIfXLinkErrors ( Exception exception ) : void
exception System.Exception
return void