Class ErrorFactory
- java.lang.Object
-
- io.foodtechlab.exceptionhandler.api.ErrorFactory
-
@Component public class ErrorFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.foodtechlab.exceptionhandler.core.ErrorbuildByDefaultException(com.rcore.domain.commons.exception.DomainException exception, Locale locale)io.foodtechlab.exceptionhandler.core.ErrorbuildByError(com.rcore.domain.commons.exception.DomainException.Error error, Locale locale)io.foodtechlab.exceptionhandler.core.ErrorbuildUnknownException(Throwable ex, Locale locale)StringgetTraceId()
-
-
-
Method Detail
-
getTraceId
public String getTraceId()
-
buildByError
public io.foodtechlab.exceptionhandler.core.Error buildByError(com.rcore.domain.commons.exception.DomainException.Error error, Locale locale)
-
buildByDefaultException
public io.foodtechlab.exceptionhandler.core.Error buildByDefaultException(com.rcore.domain.commons.exception.DomainException exception, Locale locale)
-
-