public class MessageEvent extends Object
Constructor and Description |
---|
MessageEvent(String[] msgs,
Throwable[] excps) |
Modifier and Type | Method and Description |
---|---|
Throwable[] |
getExceptions() |
String[] |
getMessages() |
void |
setExceptions(Throwable[] throwables) |
void |
setMessages(String[] strings) |