org.javaWebGen.exception
Class UtilException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.javaWebGen.exception.UtilException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- WebAppException
public class UtilException
- extends java.lang.Exception
utility Exception
- Version:
- $Revision: 1.2 $
- Author:
- Kevin Scott
- See Also:
- Serialized Form
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 |
GENERIC
public static final int GENERIC
- See Also:
- Constant Field Values
OBJECT_POOL
public static final int OBJECT_POOL
- See Also:
- Constant Field Values
CACHE_MANAGER
public static final int CACHE_MANAGER
- See Also:
- Constant Field Values
PROPREADER
public static final int PROPREADER
- See Also:
- Constant Field Values
STRING_REPLACE
public static final int STRING_REPLACE
- See Also:
- Constant Field Values
CODE_GENERATOR_INIT
public static final int CODE_GENERATOR_INIT
- See Also:
- Constant Field Values
CODE_GENERATOR_EXEC
public static final int CODE_GENERATOR_EXEC
- See Also:
- Constant Field Values
messages
public static java.lang.String[] messages
UtilException
public UtilException()
UtilException
public UtilException(java.lang.String msg)
UtilException
public UtilException(int code,
java.lang.Exception e)
UtilException
public UtilException(int code,
java.lang.String msg)
UtilException
public UtilException(int code)
UtilException
public UtilException(int code,
java.lang.String msg,
java.lang.Exception e)
Copyright(C) 2003-2006 Kevin Scott - All Rights Reserved.