C D F G J L M O S T U

C

ConfigurationManager - Class in org.osconsulting.l10n.msgstore
The configuration manager which reads the jerr-config.xml.
CONNECTION_NAME - Static variable in class org.osconsulting.l10n.msgstore.DBBasedMessageStore
 
CONNECTION_PWD - Static variable in class org.osconsulting.l10n.msgstore.DBBasedMessageStore
 
CONNECTION_URL - Static variable in class org.osconsulting.l10n.msgstore.DBBasedMessageStore
 

D

DBBasedMessageStore - Class in org.osconsulting.l10n.msgstore
 
DBBasedMessageStore(HashMap<String, String>) - Constructor for class org.osconsulting.l10n.msgstore.DBBasedMessageStore
 
DRIVER_NAME - Static variable in class org.osconsulting.l10n.msgstore.DBBasedMessageStore
 
DS_JNDI_NAME - Static variable in class org.osconsulting.l10n.msgstore.DBBasedMessageStore
 

F

FileBasedMessageStore - Class in org.osconsulting.l10n.msgstore
 
FileBasedMessageStore(HashMap<String, String>) - Constructor for class org.osconsulting.l10n.msgstore.FileBasedMessageStore
 

G

getErrorCodeList() - Method in class org.osconsulting.jerr.JErrCategoryBase
Returns a list of JErrorCodes of all errorCode defined in the current JErrorCategory.
getInstance() - Static method in class org.osconsulting.l10n.msgstore.ConfigurationManager
 
getJErrorCode() - Method in exception org.osconsulting.jerr.errors.JErrConfigError
 
getJErrorCode() - Method in exception org.osconsulting.jerr.JErr
Gets the error code attached to this error.
getKey() - Method in class org.osconsulting.l10n.LocalizedMessage
Gets the alphanumeric error code.
getLocalizedMessage(Locale) - Method in exception org.osconsulting.jerr.errors.JErrConfigError
 
getLocalizedMessage() - Method in exception org.osconsulting.jerr.JErr
Overriding the base class, since the localizedMessage is stored in the message field of this class.
getLocalizedMessage(Locale) - Method in exception org.osconsulting.jerr.JErr
Gets the localized error message, based on the locale value passed in.
getLocalizedMessage(Locale) - Method in class org.osconsulting.l10n.LocalizedMessage
 
getLocalizedMessage(String[], Locale) - Method in class org.osconsulting.l10n.LocalizedMessage
 
getLocalizedMessage(String, Locale) - Method in class org.osconsulting.l10n.msgstore.DBBasedMessageStore
(non-Javadoc)
getLocalizedMessage(String, Locale) - Method in class org.osconsulting.l10n.msgstore.FileBasedMessageStore
 
getLocalizedMessage(String, Locale) - Method in interface org.osconsulting.l10n.msgstore.MessageStore
Finds a localized error message with key JErrorCode.code and user specified locale in the message store.
getLocalizedMessageList() - Method in class org.osconsulting.l10n.MessageCategoryBase
Returns a list of keys of all errorCode defined in the current JErrorCategory.
getMessageStores(Class) - Method in class org.osconsulting.l10n.MessageCategoryBase
 
getMessageStores(Class) - Method in class org.osconsulting.l10n.msgstore.ConfigurationManager
 

J

JE001_JERR_UNABLE_TO_RESPOND - Static variable in class org.osconsulting.jerr.JErrCategory
fatal error in the JErr framework itself.
JE002_JERROR_CODE_UNDEFINED - Static variable in class org.osconsulting.jerr.JErrCategory
error code for error codes which cannot be found the message store
JE003_JERROR_CATEGORY_UNDEFINED - Static variable in class org.osconsulting.jerr.JErrCategory
JErr category not found, or undefined in the jerr-config.xml
JE004_JERROR_CONFIG_NOT_FOUND - Static variable in class org.osconsulting.jerr.JErrCategory
JErr configfile not found, jerr-config.xml
JE005_INVALID_MESSAGEQRY - Static variable in class org.osconsulting.jerr.JErrCategory
JErr invalid messageQuery
JE006_DB_CONNECTION_ERROR - Static variable in class org.osconsulting.jerr.JErrCategory
JErr bad database connection parameters / connection problem
JE007_INVALID_JDBC_DRIVER - Static variable in class org.osconsulting.jerr.JErrCategory
JErr invalid database driver
JE008_INVALID_MESSAGE_STORE - Static variable in class org.osconsulting.jerr.JErrCategory
JErr invalid message store
JE009_INVALID_JNDI_REF - Static variable in class org.osconsulting.jerr.JErrCategory
JErr invalid JNDI reference
JErr - Exception in org.osconsulting.jerr
The JError class is the base class for all JError subclasses classes.
JErr(JErrCode) - Constructor for exception org.osconsulting.jerr.JErr
Constructor, taking an error code.
JErr(JErrCode, String[]) - Constructor for exception org.osconsulting.jerr.JErr
Constructor, taking an error code.
JErr(JErrCode, String[], String, Throwable) - Constructor for exception org.osconsulting.jerr.JErr
Constructor.
JErr(JErrCode, String, Throwable) - Constructor for exception org.osconsulting.jerr.JErr
Constructor.
JErr(JErrCode, String[], String) - Constructor for exception org.osconsulting.jerr.JErr
Constructor.
JErr(JErrCode, String) - Constructor for exception org.osconsulting.jerr.JErr
Constructor.
JErr(JErrCode, String[], Throwable) - Constructor for exception org.osconsulting.jerr.JErr
Constructor.
JErr(JErrCode, Throwable) - Constructor for exception org.osconsulting.jerr.JErr
Constructor.
JErrCategory - Class in org.osconsulting.jerr
JErr custom implementation of the JErrorCategory.
JErrCategory() - Constructor for class org.osconsulting.jerr.JErrCategory
 
JErrCategoryBase - Class in org.osconsulting.jerr
JErrorCategory is the base class of all JErrorCategories.
JErrCategoryBase() - Constructor for class org.osconsulting.jerr.JErrCategoryBase
 
JErrCode - Class in org.osconsulting.jerr
An JErrorCode contains alphaumeric code and belongs to a certain category of errors.
JErrCode(String, Collection<MessageStore>) - Constructor for class org.osconsulting.jerr.JErrCode
Constructor, should only be called from the custom JErrorCategory to which this errorCode belongs.
JErrConfigError - Exception in org.osconsulting.jerr.errors
 
JErrConfigError(JErrCode) - Constructor for exception org.osconsulting.jerr.errors.JErrConfigError
 
JErrConfigError(JErrCode, String) - Constructor for exception org.osconsulting.jerr.errors.JErrConfigError
 
JErrConfigError(JErrCode, String[]) - Constructor for exception org.osconsulting.jerr.errors.JErrConfigError
 
JErrConfigError(JErrCode, String, String, Throwable) - Constructor for exception org.osconsulting.jerr.errors.JErrConfigError
 
JErrConfigError(JErrCode, String[], String, Throwable) - Constructor for exception org.osconsulting.jerr.errors.JErrConfigError
 
JErrConfigError(JErrCode, String, String) - Constructor for exception org.osconsulting.jerr.errors.JErrConfigError
 
JErrConfigError(JErrCode, String[], String) - Constructor for exception org.osconsulting.jerr.errors.JErrConfigError
 
JErrConfigError(JErrCode, String, Throwable) - Constructor for exception org.osconsulting.jerr.errors.JErrConfigError
 

L

LocalizedMessage - Class in org.osconsulting.l10n
An JErrorCode contains alphaumeric code and belongs to a certain category of errors.
LocalizedMessage(String, Collection<MessageStore>) - Constructor for class org.osconsulting.l10n.LocalizedMessage
Constructor, should only be called from the custom JErrorCategory to which this errorCode belongs.

M

MessageCategory - Class in org.osconsulting.l10n
L10nCategory is the base class of all Jl10nCategories.
MessageCategory() - Constructor for class org.osconsulting.l10n.MessageCategory
 
MessageCategoryBase - Class in org.osconsulting.l10n
L10nBaseCategory is the base class of all L10nCategories.
MessageCategoryBase() - Constructor for class org.osconsulting.l10n.MessageCategoryBase
 
MessageStore - Interface in org.osconsulting.l10n.msgstore
The interface defines the interaction between the JErrHandler and the various message stores.
MSG001_NO_SUCH_MESSAGE_FOUND - Static variable in class org.osconsulting.l10n.MessageCategory
 
MSG_QUERY_STR - Static variable in class org.osconsulting.l10n.msgstore.DBBasedMessageStore
 

O

org.osconsulting.jerr - package org.osconsulting.jerr
 
org.osconsulting.jerr.errors - package org.osconsulting.jerr.errors
 
org.osconsulting.l10n - package org.osconsulting.l10n
 
org.osconsulting.l10n.msgstore - package org.osconsulting.l10n.msgstore
 

S

setErrorCode(JErrCode) - Method in exception org.osconsulting.jerr.errors.JErrConfigError
 
setJErrorCode(JErrCode) - Method in exception org.osconsulting.jerr.JErr
Sets the error code.

T

toString() - Method in exception org.osconsulting.jerr.JErr
 
toString() - Method in class org.osconsulting.l10n.LocalizedMessage
 

U

UE001_UNSPECIFIED_ERROR - Static variable in class org.osconsulting.jerr.JErrCategory
undefined error (user passed in null value).

C D F G J L M O S T U

Copyright © 2006-2007. All Rights Reserved.