Class ErrorMessage
java.lang.Object
com.github.damianwajser.exceptions.model.ErrorMessage
public class ErrorMessage extends Object
-
Constructor Summary
Constructors Constructor Description ErrorMessage(List<ExceptionDetail> details, javax.servlet.http.HttpServletRequest request) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)List<ExceptionDetail>getDetails()StringgetPath()StringgetTimestamp()inthashCode()StringtoString()