| Constructor and Description |
|---|
CodedMessage(String code,
String message,
List<Argument> arguments)
Constructs a code-message pair along with possible arguments.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Argument> |
getArguments() |
String |
getCode() |
String |
getMessage() |
int |
hashCode() |
String |
toString() |
Copyright © 2019. All rights reserved.