public class SampleServiceProcessConditionErrorHandler extends java.lang.Object implements ServiceProcessErrorHandler
コンストラクタと説明 |
---|
SampleServiceProcessConditionErrorHandler() |
修飾子とタイプ | メソッドと説明 |
---|---|
ServiceProcessErrorHandlerSchema |
getServiceProcessErrorHandlerSchema()
ServiceProcessのエラーハンドラスキーマを取得する
|
Session |
handle(ServiceProcess process,
Session session,
ServiceException ex)
ServiceProcessの例外処理を行う
|
public SampleServiceProcessConditionErrorHandler()
public Session handle(ServiceProcess process, Session session, ServiceException ex) throws ServiceProcessException, FatalException
ServiceProcessErrorHandler
handle
インタフェース内 ServiceProcessErrorHandler
process
- 例外発生元プロセスsession
- 例外発生元処理sessionServiceProcessException
FatalException
public ServiceProcessErrorHandlerSchema getServiceProcessErrorHandlerSchema()
getServiceProcessErrorHandlerSchema
インタフェース内 ServiceProcessErrorHandler