|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.exceptions.Messages
public class Messages
Message bundle for AnzoException messages.
| Method Summary | |
|---|---|
static java.lang.String |
getString(int major,
int minor)
Based on given major and minor error codes, get the text of the error message from the resource bundle |
static java.lang.String |
getString(java.lang.String exceptionName)
Based on given exceptionName, get the text of the error message from the resource bundle |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String getString(int major,
int minor)
major - Error's major codeminor - Error's minor code
public static java.lang.String getString(java.lang.String exceptionName)
exceptionName - Name of exception to find error message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||