public class BranchError
extends java.lang.Object
| Constructor and Description |
|---|
BranchError() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the message explaining the error.
|
java.lang.String |
toString()
Overridden toString method for this object; returns the error message rather than the object's address.
|
public java.lang.String getMessage()
String value that can be used in error logging or for dialog display to the user.public java.lang.String toString()
toString in class java.lang.ObjectString value representing the object's current state.