Uses of Class
org.osconsulting.jerr.JErrCode

Packages that use JErrCode
org.osconsulting.jerr   
org.osconsulting.jerr.errors   
 

Uses of JErrCode in org.osconsulting.jerr
 

Fields in org.osconsulting.jerr declared as JErrCode
static JErrCode JErrCategory.JE001_JERR_UNABLE_TO_RESPOND
          fatal error in the JErr framework itself.
static JErrCode JErrCategory.JE002_JERROR_CODE_UNDEFINED
          error code for error codes which cannot be found the message store
static JErrCode JErrCategory.JE003_JERROR_CATEGORY_UNDEFINED
          JErr category not found, or undefined in the jerr-config.xml
static JErrCode JErrCategory.JE004_JERROR_CONFIG_NOT_FOUND
          JErr configfile not found, jerr-config.xml
static JErrCode JErrCategory.JE005_INVALID_MESSAGEQRY
          JErr invalid messageQuery
static JErrCode JErrCategory.JE006_DB_CONNECTION_ERROR
          JErr bad database connection parameters / connection problem
static JErrCode JErrCategory.JE007_INVALID_JDBC_DRIVER
          JErr invalid database driver
static JErrCode JErrCategory.JE008_INVALID_MESSAGE_STORE
          JErr invalid message store
static JErrCode JErrCategory.JE009_INVALID_JNDI_REF
          JErr invalid JNDI reference
static JErrCode JErrCategory.UE001_UNSPECIFIED_ERROR
          undefined error (user passed in null value).
 

Methods in org.osconsulting.jerr that return JErrCode
 JErrCode JErr.getJErrorCode()
          Gets the error code attached to this error.
 

Methods in org.osconsulting.jerr that return types with arguments of type JErrCode
 java.util.List<JErrCode> JErrCategoryBase.getErrorCodeList()
          Returns a list of JErrorCodes of all errorCode defined in the current JErrorCategory.
 

Methods in org.osconsulting.jerr with parameters of type JErrCode
 void JErr.setJErrorCode(JErrCode jErrorCode)
          Sets the error code.
 

Constructors in org.osconsulting.jerr with parameters of type JErrCode
JErr(JErrCode jErrorCode)
          Constructor, taking an error code.
JErr(JErrCode jErrorCode, java.lang.String localizedMessage)
          Constructor.
JErr(JErrCode jErrorCode, java.lang.String[] args)
          Constructor, taking an error code.
JErr(JErrCode jErrorCode, java.lang.String[] args, java.lang.String localizedMessage)
          Constructor.
JErr(JErrCode jErrorCode, java.lang.String[] args, java.lang.String localizedMessage, java.lang.Throwable cause)
          Constructor.
JErr(JErrCode errorCode, java.lang.String[] args, java.lang.Throwable cause)
          Constructor.
JErr(JErrCode jErrorCode, java.lang.String localizedMessage, java.lang.Throwable cause)
          Constructor.
JErr(JErrCode errorCode, java.lang.Throwable cause)
          Constructor.
 

Uses of JErrCode in org.osconsulting.jerr.errors
 

Methods in org.osconsulting.jerr.errors that return JErrCode
 JErrCode JErrConfigError.getJErrorCode()
           
 

Methods in org.osconsulting.jerr.errors with parameters of type JErrCode
 void JErrConfigError.setErrorCode(JErrCode jErrorCode)
           
 

Constructors in org.osconsulting.jerr.errors with parameters of type JErrCode
JErrConfigError(JErrCode errorCode)
           
JErrConfigError(JErrCode errorCode, java.lang.String arg)
           
JErrConfigError(JErrCode errorCode, java.lang.String[] args)
           
JErrConfigError(JErrCode errorCode, java.lang.String[] args, java.lang.String localizedMessage)
           
JErrConfigError(JErrCode errorCode, java.lang.String[] args, java.lang.String localizedMessage, java.lang.Throwable cause)
           
JErrConfigError(JErrCode errorCode, java.lang.String arg, java.lang.String localizedMessage)
           
JErrConfigError(JErrCode errorCode, java.lang.String arg, java.lang.String localizedMessage, java.lang.Throwable cause)
           
JErrConfigError(JErrCode errorCode, java.lang.String localizedMessage, java.lang.Throwable cause)
           
 



Copyright © 2006-2007. All Rights Reserved.