A B E G I L M O S 

A

AbstractLocalizedException - Exception in org.dejava.component.exception.localized.checked
General localized exception.
AbstractLocalizedException() - Constructor for exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
Basic constructor.
AbstractLocalizedException(Object, String, Object[], Throwable) - Constructor for exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
Basic constructor.
AbstractLocalizedRuntimeException - Exception in org.dejava.component.exception.localized.unchecked
General localized runtime exception.
AbstractLocalizedRuntimeException() - Constructor for exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
Basic constructor.
AbstractLocalizedRuntimeException(Object, String, Object[], Throwable) - Constructor for exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
Basic constructor.
addLocalizedMessages(ApplicationMessageHandler, Boolean) - Method in exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
Add messages from the given exception to the application.
addLocalizedMessages(ApplicationMessageHandler) - Method in exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
 
addLocalizedMessages(ApplicationMessageHandler) - Method in interface org.dejava.component.exception.localized.LocalizedException
Add messages from the given exception to the application.
addLocalizedMessages(ApplicationMessageHandler, Boolean) - Method in exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
Add messages from the given exception to the application.
addLocalizedMessages(ApplicationMessageHandler) - Method in exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
 
addMessage(ApplicationMessageHandler) - Method in class org.dejava.component.exception.localized.ExceptionMessageCommand
 

B

BusinessRuleException - Exception in org.dejava.component.exception.localized.checked
Exception related business rules.
BusinessRuleException(Object, String, Object[], Throwable) - Constructor for exception org.dejava.component.exception.localized.checked.BusinessRuleException
 

E

EMPTY_PARAM - Static variable in class org.dejava.component.exception.constant.ErrorKeys
Empty parameter error key.
EmptyParameterException - Exception in org.dejava.component.exception.localized.unchecked
Exception related empty parameter use.
EmptyParameterException(String) - Constructor for exception org.dejava.component.exception.localized.unchecked.EmptyParameterException
Public constructor.
EmptyParameterException(Object, String, Object[], Throwable) - Constructor for exception org.dejava.component.exception.localized.unchecked.EmptyParameterException
 
ErrorKeys - Class in org.dejava.component.exception.constant
Constants related to error keys of the package.
ExceptionMessageCommand - Class in org.dejava.component.exception.localized
Default exception message command.
ExceptionMessageCommand() - Constructor for class org.dejava.component.exception.localized.ExceptionMessageCommand
 
ExceptionMessageCommand(Class<?>, Locale, String, Object[]) - Constructor for class org.dejava.component.exception.localized.ExceptionMessageCommand
 

G

GENERIC - Static variable in class org.dejava.component.exception.constant.ErrorKeys
Generic error key.
getLocale() - Method in exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
Gets the locale to be used in the localized message retrieval.
getLocale() - Method in exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
Gets the locale to be used in the localized message retrieval.
getLocalizedMessage() - Method in exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
 
getLocalizedMessage() - Method in exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
 
getMessage() - Method in exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
 
getMessage(MessageHandler) - Method in class org.dejava.component.exception.localized.ExceptionMessageCommand
 
getMessage() - Method in exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
 
getMessageCommand() - Method in exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
Gets the message command for the localized exception.
getMessageCommand() - Method in exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
Gets the messageCommand.
getMessageHandler() - Method in exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
Gets the message handler to be used in order to render localized exception messages.
getMessageHandler() - Method in exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
Gets the message handler to be used in order to render localized exception messages.

I

INVALID_PARAM - Static variable in class org.dejava.component.exception.constant.ErrorKeys
Invalid parameter error key.
INVALID_STATE - Static variable in class org.dejava.component.exception.constant.ErrorKeys
Invalid state error key.
InvalidParameterException - Exception in org.dejava.component.exception.localized.unchecked
Exception related invalid parameter use.
InvalidParameterException(String, Object, Throwable) - Constructor for exception org.dejava.component.exception.localized.unchecked.InvalidParameterException
Basic constructor.
InvalidParameterException(Object, String, Object[], Throwable) - Constructor for exception org.dejava.component.exception.localized.unchecked.InvalidParameterException
 
InvalidStateException - Exception in org.dejava.component.exception.localized.unchecked
Exception related invalid state of an object.
InvalidStateException(String, Object, Throwable) - Constructor for exception org.dejava.component.exception.localized.unchecked.InvalidStateException
Basic constructor.
InvalidStateException(Object, String, Object[], Throwable) - Constructor for exception org.dejava.component.exception.localized.unchecked.InvalidStateException
 

L

LocalizedException - Interface in org.dejava.component.exception.localized
Localized exception contract.

M

MessageTypes - Interface in org.dejava.component.exception.util
Types of messages.
MessageTypes.Error - Interface in org.dejava.component.exception.util
Error message type.

O

org.dejava.component.exception.constant - package org.dejava.component.exception.constant
 
org.dejava.component.exception.localized - package org.dejava.component.exception.localized
 
org.dejava.component.exception.localized.checked - package org.dejava.component.exception.localized.checked
 
org.dejava.component.exception.localized.unchecked - package org.dejava.component.exception.localized.unchecked
 
org.dejava.component.exception.util - package org.dejava.component.exception.util
 

S

setLocale(Locale) - Method in exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
Sets the locale to be used in the localized message retrieval.
setLocale(Locale) - Method in exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
Sets the locale to be used in the localized message retrieval.
setMessageCommand(MessageCommand) - Method in exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
Sets the message command for the localized exception.
setMessageCommand(MessageCommand) - Method in interface org.dejava.component.exception.localized.LocalizedException
Sets the message command for the localized exception.
setMessageCommand(MessageCommand) - Method in exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
Sets the messageCommand.
setMessageHandler(MessageHandler) - Method in exception org.dejava.component.exception.localized.checked.AbstractLocalizedException
Sets the message handler to be used in order to render localized exception messages.
setMessageHandler(MessageHandler) - Method in interface org.dejava.component.exception.localized.LocalizedException
Sets the message handler to be used in order to render localized exception messages.
setMessageHandler(MessageHandler) - Method in exception org.dejava.component.exception.localized.unchecked.AbstractLocalizedRuntimeException
Sets the message handler to be used in order to render localized exception messages.
A B E G I L M O S 

Copyright © 2013. All Rights Reserved.