Class ExceptionFactory
java.lang.Object
com.github.damianwajser.exceptions.ExceptionFactory
public final class ExceptionFactory extends Object
-
Method Summary
Modifier and Type Method Description static RestExceptiongetException(List<ExceptionDetail> details, org.springframework.http.HttpStatus status)static RestExceptiongetException(List<ExceptionDetail> details, org.springframework.http.HttpStatus status, Exception e)
-
Method Details
-
getException
public static RestException getException(List<ExceptionDetail> details, org.springframework.http.HttpStatus status) throws ReflectiveOperationException- Throws:
ReflectiveOperationException
-
getException
public static RestException getException(List<ExceptionDetail> details, org.springframework.http.HttpStatus status, Exception e) throws ReflectiveOperationException- Throws:
ReflectiveOperationException
-