public class Message extends Object
Constructor and Description |
---|
Message(Object source,
String message) |
Message(String message) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMessage()
Gets the error message text.
|
Object |
getSource()
Gets the source of the configuration which resulted in this error message.
|
String |
getSourceString()
Returns a string representation of the source object.
|
int |
hashCode() |
String |
toString() |
public Message(String message)
Copyright © 2013. All Rights Reserved.