@Validated public class Exception extends Object
| Constructor and Description |
|---|
Exception() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
code(String code) |
Exception |
description(String description) |
boolean |
equals(Object o) |
String |
getCode()
Get code
|
String |
getDescription()
Get description
|
int |
hashCode() |
void |
setCode(String code) |
void |
setDescription(String description) |
String |
toString() |
Copyright © 2016–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.