public class HTMException extends Exception
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 $
| Modifier and Type | Field and Description |
|---|---|
int |
errorNum |
| Constructor and Description |
|---|
HTMException(int errorNum,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorNum() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HTMException(int errorNum,
String message)