C# 클래스 Concordion.Internal.Commands.ExceptionCatchingDecorator

상속: AbstractCommandDecorator
파일 보기 프로젝트 열기: concordion/concordion-net 1 사용 예제들

공개 메소드들

메소드 설명
AddExceptionListener ( IExceptionCaughtListener listener ) : void
ExceptionCatchingDecorator ( ICommand command ) : System
Execute ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
RemoveExceptionListener ( IExceptionCaughtListener listener ) : void
Setup ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
Verify ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void

비공개 메소드들

메소드 설명
AnnounceThrowableCaught ( Element element, Exception exception, string expression ) : void

메소드 상세

AddExceptionListener() 공개 메소드

public AddExceptionListener ( IExceptionCaughtListener listener ) : void
listener IExceptionCaughtListener
리턴 void

ExceptionCatchingDecorator() 공개 메소드

public ExceptionCatchingDecorator ( ICommand command ) : System
command ICommand
리턴 System

Execute() 공개 메소드

public Execute ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
리턴 void

RemoveExceptionListener() 공개 메소드

public RemoveExceptionListener ( IExceptionCaughtListener listener ) : void
listener IExceptionCaughtListener
리턴 void

Setup() 공개 메소드

public Setup ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
리턴 void

Verify() 공개 메소드

public Verify ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
리턴 void