edu.jhu.htm.core
Class HTMException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.jhu.htm.core.HTMException
All Implemented Interfaces:
java.io.Serializable

public class HTMException
extends java.lang.Exception

Exception thrown by erroHandler when an error is reported

  Current Version
  ===============
  ID:	$Id: HTMException.java,v 1.3 2003/02/19 15:46:11 womullan Exp $
  Revision: 	$Revision: 1.3 $
  Date/time:	$Date: 2003/02/19 15:46:11 $
 

Author:
wil
See Also:
Serialized Form

Field Summary
 int errorNum
           
 
Constructor Summary
HTMException(int errorNum, java.lang.String message)
           
 
Method Summary
 int getErrorNum()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errorNum

public int errorNum
Constructor Detail

HTMException

public HTMException(int errorNum,
                    java.lang.String message)
Method Detail

getErrorNum

public int getErrorNum()