edu.jhu.htm.core
Class ErrorHandler

java.lang.Object
  |
  +--edu.jhu.htm.core.ErrorHandler

public class ErrorHandler
extends java.lang.Object


Field Summary
static int INVALIDID
           
static int INVALIDNAME
           
static java.util.Map messages
           
static int NONAME
           
static int PANIC
           
static int TOOFINE
           
 
Constructor Summary
ErrorHandler()
           
 
Method Summary
static void handleError(int errorNo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PANIC

public static final int PANIC
See Also:
Constant Field Values

INVALIDID

public static final int INVALIDID
See Also:
Constant Field Values

NONAME

public static final int NONAME
See Also:
Constant Field Values

INVALIDNAME

public static final int INVALIDNAME
See Also:
Constant Field Values

TOOFINE

public static final int TOOFINE
See Also:
Constant Field Values

messages

public static java.util.Map messages
Constructor Detail

ErrorHandler

public ErrorHandler()
Method Detail

handleError

public static void handleError(int errorNo)
                        throws HTMException
HTMException