org.javaWebGen.exception
Class UtilException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static int CACHE_MANAGER
           
static int CODE_GENERATOR_EXEC
           
static int CODE_GENERATOR_INIT
           
static int GENERIC
           
static java.lang.String[] messages
           
static int OBJECT_POOL
           
static int PROPREADER
           
static int STRING_REPLACE
           
 
Constructor Summary
UtilException()
           
UtilException(int code)
           
UtilException(int code, java.lang.Exception e)
           
UtilException(int code, java.lang.String msg)
           
UtilException(int code, java.lang.String msg, java.lang.Exception e)
           
UtilException(java.lang.String msg)
           
 
Method Summary
 
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

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

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.