main
Class ErrorMessage

java.lang.Object
  extended by main.ErrorMessage

public class ErrorMessage
extends java.lang.Object


Field Summary
static int CONNECTION
           
static int DIMENSION_IN_USE
           
static int ERROR
           
static int MINIMUM_MAXIMUM
           
static int NO_FEED
           
static int NOT_VALID
           
 
Constructor Summary
ErrorMessage()
           
 
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
 

Field Detail

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
Constructor Detail

ErrorMessage

public ErrorMessage()
Method Detail

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)