| |
|
| java.lang.Object com.bm.ejb3guice.spi.Message
Message | public class Message (Code) | | A message. Contains a source pointing to the code which resulted
in this message and a text message.
author: crazybob@google.com (Bob Lee) |
getMessage | public String getMessage()(Code) | | Gets the error message text.
|
getSource | public Object getSource()(Code) | | Gets the source of the configuration which resulted in this error message.
|
getSourceString | public String getSourceString()(Code) | | Returns a string representation of the source object.
|
hashCode | public int hashCode()(Code) | | |
|
|
|