public class ErrorModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorModel.Builder |
| Constructor and Description |
|---|
ErrorModel() |
| Modifier and Type | Method and Description |
|---|---|
static ErrorModel.Builder |
builder() |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getDetailedDescription() |
String |
getExceptionType() |
MessageModel |
getMessage() |
String |
getType() |
int |
hashCode() |
public String getDescription()
public String getDetailedDescription()
public String getType()
public MessageModel getMessage()
public String getExceptionType()
public static ErrorModel.Builder builder()
Copyright © 2017. All rights reserved.