main
Class ErrorMessage
java.lang.Object
main.ErrorMessage
public class ErrorMessage
- extends java.lang.Object
Method Summary |
static void |
show(int errorTyp)
|
static void |
show(int errorTyp,
java.lang.String value)
|
static void |
show(java.lang.Object message)
|
static void |
show(java.lang.String value,
int errorTyp)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
CONNECTION
public static final int CONNECTION
- See Also:
- Constant Field Values
NOT_VALID
public static final int NOT_VALID
- See Also:
- Constant Field Values
DIMENSION_IN_USE
public static final int DIMENSION_IN_USE
- See Also:
- Constant Field Values
NO_FEED
public static final int NO_FEED
- See Also:
- Constant Field Values
MINIMUM_MAXIMUM
public static final int MINIMUM_MAXIMUM
- See Also:
- Constant Field Values
ErrorMessage
public ErrorMessage()
show
public static void show(int errorTyp)
show
public static void show(java.lang.String value,
int errorTyp)
show
public static void show(int errorTyp,
java.lang.String value)
show
public static void show(java.lang.Object message)