| Package | Description |
|---|---|
| net.anwiba.commons.message |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
Message.getMessageType() |
MessageType |
IMessage.getMessageType() |
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IMessage |
Message.create(String text,
String description,
MessageType messageType) |
static IMessage |
MessageFactory.create(String text,
Throwable throwable,
MessageType messageType) |
IMessageBuilder |
MessageBuilder.setType(MessageType type) |
IMessageBuilder |
IMessageBuilder.setType(MessageType type) |
| Constructor and Description |
|---|
Message(String text,
String description,
Throwable throwable,
MessageType messageType) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.