Class ExceptionHandler
- java.lang.Object
-
- eu.europa.ec.taxud.cesop.validation.ExceptionHandler
-
public final class ExceptionHandler extends Object
Util class handling exceptions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ValidationError
handleException(Exception e, String messageRefId)
Handle exception validation error.
-
-
-
Method Detail
-
handleException
public static ValidationError handleException(Exception e, String messageRefId)
Handle exception validation error.- Parameters:
e
- the exceptionmessageRefId
- the message ref id- Returns:
- the validation error as defined by CESOP
-
-