public final class Message extends Objectimplements Serializable , Element
addError() statements:
try {
bindPropertiesFromFile();
} catch (IOException e) {
addError(e);
}
| Constructor and Description |
|---|
Message(List
|
Message(Object
|
Message(String
|
Message(String
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptVisitor(ElementVisitor
Accepts an element visitor.
|
void |
applyTo(Binder
Writes this module element to the given binder (optional operation).
|
boolean |
equals(Object
|
Throwable |
getCause()
Returns the throwable that caused this message, or
null if this message was not caused by a throwable.
|
String |
getMessage()
Gets the error message text.
|
String |
getSource()
Returns an arbitrary object containing information about the "place" where this element was configured.
|
List |
getSources()
|
int |
hashCode()
|
String |
toString()
|
public Message(Stringmessage)
public StringgetSource()
Element
Tools might specially handle types they know about; StackTraceElement is a good example. Tools should simply call toString() on the source object if the type is unfamiliar.
public StringgetMessage()
public <T> T acceptVisitor(ElementVisitor<T> visitor)
Element
acceptVisitor in interface
Element
visitor - to call back on
public ThrowablegetCause()
null if this message was not caused by a throwable.
public StringtoString()
public int hashCode()
public boolean equals(Objecto)