public static class IExceptionProcessor.Result extends Object
Modifier and Type | Method and Description |
---|---|
IExceptionProcessor.Result |
addAttribute(String attrKey,
Object attrValue) |
IExceptionProcessor.Result |
addAttributes(Map<String,Object> attributes) |
Map<String,Object> |
getAttributes() |
int |
getCode() |
String |
getMessage() |
public Result(int code, String message)
public int getCode()
public String getMessage()
public IExceptionProcessor.Result addAttribute(String attrKey, Object attrValue)
public IExceptionProcessor.Result addAttributes(Map<String,Object> attributes)
Copyright © 2022. All rights reserved.