ami
Class AMIError
java.lang.Object
|
+--ami.AMIError
- public final class AMIError
- extends Object
List of AMI error messages
- Version:
- 1.0
- Author:
- Bertrand Florat
Field Summary |
(package private) static Hashtable |
h
|
Constructor Summary |
private |
AMIError()
No constructor |
Method Summary |
(package private) static void |
()
|
static String |
get(String sErrorID)
Get an error message identified by a label |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
h
static Hashtable h
AMIError
private AMIError()
- No constructor
get
public static String get(String sErrorID)
- Get an error message identified by a label
- Parameters:
sErrorID
- - Returns:
- the error message
static void ()