Sem muito o que comentar....
===============================================
protected String checkRule(String fieldName, String value) throws clsAcknowledgementException {
try {
// ...all the data check has been done within target's transformers
return value;
} catch (Exception e) {
throw new clsAcknowledgementException("Ocorreu um erro inesperado !!!", TRANSFORMER_ERROR, e);
}
}
try {
// ...all the data check has been done within target's transformers
return value;
} catch (Exception e) {
throw new clsAcknowledgementException("Ocorreu um erro inesperado !!!", TRANSFORMER_ERROR, e);
}
}
===============================================
Nenhum comentário:
Postar um comentário