public class Message extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Message.Severity |
| Constructor and Description |
|---|
Message(String text,
String parameter,
String severity,
int exitCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode() |
String |
getParameter() |
Message.Severity |
getSeverity() |
String |
getText() |
String |
toString() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.