public interface ServiceConditionErrorHandlerFactory
修飾子とタイプ | フィールドと説明 |
---|---|
static Key |
KEY_ServiceConditionErrorHandlerFactory
Factoryキー
|
修飾子とタイプ | メソッドと説明 |
---|---|
ServiceErrorHandler |
getServiceErrorHandler(Key serviceNameKey,
java.util.Map info)
スキーマー情報から条件用のServiceErrorHandlerを生成する
|
java.lang.String |
getServiceErrorMessage(java.util.Map info)
Errorメッセージが定義されていれば返す
|
static final Key KEY_ServiceConditionErrorHandlerFactory
java.lang.String getServiceErrorMessage(java.util.Map info) throws FatalException
info
- Condition情報FatalException
ServiceErrorHandler getServiceErrorHandler(Key serviceNameKey, java.util.Map info) throws FatalException
サービス名(Key)
- info
- Condition情報FatalException