C# 클래스 PlasticSCM.CLI.PlasticErrorParser

파일 보기 프로젝트 열기: powercode/PSPlastic

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ChangeListDoesNotExist() 공개 정적인 메소드

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

ExceptionFromErrorMessage() 공개 정적인 메소드

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

ItemNotInWorkspace() 공개 정적인 메소드

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

ThrowAddItemsExceptions() 공개 정적인 메소드

public static ThrowAddItemsExceptions ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfAttributeAlreadyExist() 공개 정적인 메소드

public static ThrowIfAttributeAlreadyExist ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfAttributeCannotBeFound() 공개 정적인 메소드

public static ThrowIfAttributeCannotBeFound ( Exception processControllerException ) : void
processControllerException System.Exception
리턴 void

ThrowIfAttributeErrors() 공개 정적인 메소드

public static ThrowIfAttributeErrors ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfAttributeRealizationCannotBeFound() 공개 정적인 메소드

public static ThrowIfAttributeRealizationCannotBeFound ( Exception processControllerException ) : void
processControllerException System.Exception
리턴 void

ThrowIfBranchCannotBeFound() 공개 정적인 메소드

public static ThrowIfBranchCannotBeFound ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfBranchErrors() 공개 정적인 메소드

public static ThrowIfBranchErrors ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfChangeListDoesNotExist() 공개 정적인 메소드

public static ThrowIfChangeListDoesNotExist ( ProcessControllerException exception ) : void
exception ProcessControllerException
리턴 void

ThrowIfChangeListDoesNotExist() 공개 정적인 메소드

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

ThrowIfCheckinErrors() 공개 정적인 메소드

public static ThrowIfCheckinErrors ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfCommonException() 공개 정적인 메소드

public static ThrowIfCommonException ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfItemNotInWorkspace() 공개 정적인 메소드

public static ThrowIfItemNotInWorkspace ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfLabelCannotBeFound() 공개 정적인 메소드

public static ThrowIfLabelCannotBeFound ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfPerforceSyncException() 공개 정적인 메소드

public static ThrowIfPerforceSyncException ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfReplicationException() 공개 정적인 메소드

public static ThrowIfReplicationException ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfRepositoryErrors() 공개 정적인 메소드

public static ThrowIfRepositoryErrors ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowIfWorkspaceHasPendingChanges() 공개 정적인 메소드

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

ThrowIfXLinkErrors() 공개 정적인 메소드

public static ThrowIfXLinkErrors ( Exception exception ) : void
exception System.Exception
리턴 void