Class Error
- java.lang.Object
-
- io.foodtechlab.exceptionhandler.core.Error
-
public class Error extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classError.PresentationData
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Errorof(String title, String message, String domain, String reason, String detail)static ErrorunknownError(String title, String message, Throwable e)
-