Uses of Class
de.smartics.exceptions.i18n.app.ConfigurationExceptionCode

Packages that use ConfigurationExceptionCode
de.smartics.exceptions.i18n The core package for the I18N exception handling. 
de.smartics.exceptions.i18n.app Provides classes used for the library to act as an application. 
 

Uses of ConfigurationExceptionCode in de.smartics.exceptions.i18n
 

Constructors in de.smartics.exceptions.i18n with parameters of type ConfigurationExceptionCode
ConfigurationException(ConfigurationExceptionCode code)
          Constructor.
ConfigurationException(ConfigurationExceptionCode code, String bundleBaseName)
          Constructor.
ConfigurationException(Throwable cause, ConfigurationExceptionCode code)
          Constructor.
ConfigurationException(Throwable cause, ConfigurationExceptionCode code, String bundleBaseName)
          Constructor.
MethodAccessConfigurationException(ConfigurationExceptionCode code, String propertyName, Class<?> clazz, String methodName)
          Constructor.
MethodAccessConfigurationException(Throwable cause, ConfigurationExceptionCode code, String propertyName, Class<?> clazz, String methodName)
          Constructor.
PropertyAccessConfigurationException(ConfigurationExceptionCode code, String propertyName, Class<?> clazz)
          Constructor.
PropertyAccessConfigurationException(Throwable cause, ConfigurationExceptionCode code, String propertyName, Class<?> clazz)
          Constructor.
 

Uses of ConfigurationExceptionCode in de.smartics.exceptions.i18n.app
 

Methods in de.smartics.exceptions.i18n.app that return ConfigurationExceptionCode
static ConfigurationExceptionCode ConfigurationExceptionCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationExceptionCode[] ConfigurationExceptionCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.