org.osconsulting.jerr
Class JErrCategory

java.lang.Object
  extended by org.osconsulting.jerr.JErrCategoryBase
      extended by org.osconsulting.jerr.JErrCategory
All Implemented Interfaces:
java.io.Serializable

public class JErrCategory
extends JErrCategoryBase

JErr custom implementation of the JErrorCategory. This class defines the error codes used in JErr itself. Yes we are using our own framework for error handling. The ErrorCode.code must correspond to an entry in the appropriate message store.

Author:
kstam
See Also:
Serialized Form

Field Summary
static JErrCode JE001_JERR_UNABLE_TO_RESPOND
          fatal error in the JErr framework itself.
static JErrCode JE002_JERROR_CODE_UNDEFINED
          error code for error codes which cannot be found the message store
static JErrCode JE003_JERROR_CATEGORY_UNDEFINED
          JErr category not found, or undefined in the jerr-config.xml
static JErrCode JE004_JERROR_CONFIG_NOT_FOUND
          JErr configfile not found, jerr-config.xml
static JErrCode JE005_INVALID_MESSAGEQRY
          JErr invalid messageQuery
static JErrCode JE006_DB_CONNECTION_ERROR
          JErr bad database connection parameters / connection problem
static JErrCode JE007_INVALID_JDBC_DRIVER
          JErr invalid database driver
static JErrCode JE008_INVALID_MESSAGE_STORE
          JErr invalid message store
static JErrCode JE009_INVALID_JNDI_REF
          JErr invalid JNDI reference
static JErrCode UE001_UNSPECIFIED_ERROR
          undefined error (user passed in null value).
 
Constructor Summary
JErrCategory()
           
 
Method Summary
 
Methods inherited from class org.osconsulting.jerr.JErrCategoryBase
getErrorCodeList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UE001_UNSPECIFIED_ERROR

public static final JErrCode UE001_UNSPECIFIED_ERROR
undefined error (user passed in null value).


JE001_JERR_UNABLE_TO_RESPOND

public static final JErrCode JE001_JERR_UNABLE_TO_RESPOND
fatal error in the JErr framework itself.


JE002_JERROR_CODE_UNDEFINED

public static final JErrCode JE002_JERROR_CODE_UNDEFINED
error code for error codes which cannot be found the message store


JE003_JERROR_CATEGORY_UNDEFINED

public static final JErrCode JE003_JERROR_CATEGORY_UNDEFINED
JErr category not found, or undefined in the jerr-config.xml


JE004_JERROR_CONFIG_NOT_FOUND

public static final JErrCode JE004_JERROR_CONFIG_NOT_FOUND
JErr configfile not found, jerr-config.xml


JE005_INVALID_MESSAGEQRY

public static final JErrCode JE005_INVALID_MESSAGEQRY
JErr invalid messageQuery


JE006_DB_CONNECTION_ERROR

public static final JErrCode JE006_DB_CONNECTION_ERROR
JErr bad database connection parameters / connection problem


JE007_INVALID_JDBC_DRIVER

public static final JErrCode JE007_INVALID_JDBC_DRIVER
JErr invalid database driver


JE008_INVALID_MESSAGE_STORE

public static final JErrCode JE008_INVALID_MESSAGE_STORE
JErr invalid message store


JE009_INVALID_JNDI_REF

public static final JErrCode JE009_INVALID_JNDI_REF
JErr invalid JNDI reference

Constructor Detail

JErrCategory

public JErrCategory()


Copyright © 2006-2007. All Rights Reserved.