|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoreException | |
---|---|
de.smartics.exceptions | The core package for the exception handling. |
de.smartics.exceptions.core | Provides core information beans, interfaces and exceptions. |
de.smartics.exceptions.i18n | The core package for the I18N exception handling. |
de.smartics.exceptions.i18n.message | Provides classes for the internationalization of exception messages. |
Uses of CoreException in de.smartics.exceptions |
---|
Classes in de.smartics.exceptions that implement CoreException | |
---|---|
class |
AbstractCoreException The base implementation of the core exception that supports unique identifying and exception codes for checked exceptions. |
class |
AbstractCoreRuntimeException The base implementation of the core runtime exception that supports unique identifying and exception codes for unchecked exceptions. |
Uses of CoreException in de.smartics.exceptions.core |
---|
Methods in de.smartics.exceptions.core with parameters of type CoreException | |
---|---|
String |
DefaultCodeMessageFormatter.format(CoreException exception) |
String |
CodeMessageFormatter.format(CoreException exception) Formats the given core exception. |
String |
DefaultCodeMessageFormatter.format(CoreException exception, Object message) |
String |
CodeMessageFormatter.format(CoreException exception, Object message) Formats the given core exception. |
protected String |
DefaultCodeMessageFormatter.toString(CoreException exception) Standard implementation of formatting ID, code and time. |
Uses of CoreException in de.smartics.exceptions.i18n |
---|
Subinterfaces of CoreException in de.smartics.exceptions.i18n | |
---|---|
interface |
LocalizedException Provides access to the localized exception implementations through a common interface. |
Classes in de.smartics.exceptions.i18n that implement CoreException | |
---|---|
class |
AbstractLocalizedException The base implementation of exceptions that support internationalization for checked exceptions. |
class |
AbstractLocalizedRuntimeException The base implementation of exceptions that support internationalization for unchecked exceptions. |
class |
AbstractMessageException The base implementation of exceptions that support internationalization for checked exceptions and whose message information is based on a message bean. |
class |
AbstractMessageRuntimeException The base implementation of exceptions that support internationalization for runtime exceptions and whose message information is based on a message bean. |
class |
ConfigurationException This configuration exception is thrown if the system encountered an inconsistent configuration or configuration information was missing. |
class |
MethodAccessConfigurationException This exception is thrown if the configuration is not valid so that the system cannot evaluate the exception property. |
class |
PropertyAccessConfigurationException This exception is thrown if the configuration is not valid so that the system cannot evaluate the exception property. |
Uses of CoreException in de.smartics.exceptions.i18n.message |
---|
Classes in de.smartics.exceptions.i18n.message that implement CoreException | |
---|---|
class |
ParseException This exception is thrown if a string cannot be parsed because information is missing or the format syntax is violated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |