|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Code | |
---|---|
de.smartics.exceptions | The core package for the exception handling. |
de.smartics.exceptions.code | Provides code implementations. |
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. |
de.smartics.exceptions.i18n.message | Provides classes for the internationalization of exception messages. |
de.smartics.exceptions.report.data | Provides classes that represent report data. |
Uses of Code in de.smartics.exceptions |
---|
Methods in de.smartics.exceptions that return Code | |
---|---|
Code |
CoreException.getCode() Returns the error or exception code of the exception. |
Code |
AbstractCoreRuntimeException.getCode() Returns the error or exception code of the exception. |
Code |
AbstractCoreException.getCode() |
Constructors in de.smartics.exceptions with parameters of type Code | |
---|---|
AbstractCoreException(Code code) Constructor. |
|
AbstractCoreException(String message, Code code) Constructor. |
|
AbstractCoreException(String message, Throwable cause, Code code) Constructor. |
|
AbstractCoreException(Throwable cause, Code code) Constructor. |
|
AbstractCoreRuntimeException(Code code) Constructor. |
|
AbstractCoreRuntimeException(String message, Code code) Constructor. |
|
AbstractCoreRuntimeException(String message, Throwable cause, Code code) Constructor. |
|
AbstractCoreRuntimeException(Throwable cause, Code code) Constructor. |
Uses of Code in de.smartics.exceptions.code |
---|
Classes in de.smartics.exceptions.code with type parameters of type Code | |
---|---|
class |
DefaultCodeComparator<T extends Code> The default code comparator compares the component and then the code by lexicographical order. |
Subinterfaces of Code in de.smartics.exceptions.code | |
---|---|
interface |
NumberCode A specific code interface that deals with number codes. |
Classes in de.smartics.exceptions.code that implement Code | |
---|---|
class |
NumberCodeInfo This Code implementation models the exception code as a number. |
class |
RunningZerosNumberCodeInfo Implements a number code with padded zeros in front. |
class |
TwoNumberCodeInfo This Code implementation models the exception code as a number. |
Uses of Code in de.smartics.exceptions.i18n |
---|
Fields in de.smartics.exceptions.i18n declared as Code | |
---|---|
protected Code |
AbstractMessageBean.code The error or exception code of the exception. |
Methods in de.smartics.exceptions.i18n that return Code | |
---|---|
Code |
MessageBean.getCode() Returns the code the message bean provides messages for. |
Code |
AbstractMessageBean.getCode() Returns the error or exception code of the exception. |
Constructors in de.smartics.exceptions.i18n with parameters of type Code | |
---|---|
AbstractLocalizedException(Code code) Constructor. |
|
AbstractLocalizedException(Code code, String bundleBaseName) Constructor. |
|
AbstractLocalizedException(Throwable cause, Code code) Constructor. |
|
AbstractLocalizedException(Throwable cause, Code code, String bundleBaseName) Constructor. |
|
AbstractLocalizedException(Throwable cause, Code code, String bundleBaseName, String resourceKey) Constructor. |
|
AbstractLocalizedRuntimeException(Code code) Constructor. |
|
AbstractLocalizedRuntimeException(Code code, String bundleBaseName) Constructor. |
|
AbstractLocalizedRuntimeException(Throwable cause, Code code) Constructor. |
|
AbstractLocalizedRuntimeException(Throwable cause, Code code, String bundleBaseName) Constructor. |
|
AbstractLocalizedRuntimeException(Throwable cause, Code code, String bundleBaseName, String resourceKey) Constructor. |
|
AbstractMessageBean(Code code) Convenience constructor to use if the defaults for bundleBaseName and resource key are used. |
|
AbstractMessageBean(Code code, String bundleBaseName) Constructor to control the bundle name. |
|
AbstractMessageBean(Code code, String bundleBaseName, String resourceKey) Default constructor to control the bundle name and resource key. |
|
AbstractMessageBean(Code code, Throwable cause) Convenience constructor to use if the defaults for bundleBaseName and resource key are used, with cause. |
|
AbstractMessageBean(Code code, Throwable cause, String bundleBaseName) Constructor to control the bundle name, with cause. |
|
AbstractMessageBean(Code code, Throwable cause, String bundleBaseName, String resourceKey) Default constructor to control the bundle name and resource key. |
|
AbstractMessageException(Code code) Constructor without message bean. |
|
AbstractMessageException(Code code, String bundleBaseName) Constructor without message bean. |
|
AbstractMessageException(Throwable cause, Code code) Constructor without message bean. |
|
AbstractMessageException(Throwable cause, Code code, String bundleBaseName) Constructor without message bean. |
|
AbstractMessageException(Throwable cause, Code code, String bundleBaseName, String resourceKey) Constructor without message bean. |
|
AbstractMessageRuntimeException(Code code) Constructor without message bean. |
|
AbstractMessageRuntimeException(Code code, String bundleBaseName) Constructor without message bean. |
|
AbstractMessageRuntimeException(Throwable cause, Code code) Constructor without message bean. |
|
AbstractMessageRuntimeException(Throwable cause, Code code, String bundleBaseName) Constructor without message bean. |
|
AbstractMessageRuntimeException(Throwable cause, Code code, String bundleBaseName, String resourceKey) Constructor without message bean. |
Uses of Code in de.smartics.exceptions.i18n.app |
---|
Classes in de.smartics.exceptions.i18n.app that implement Code | |
---|---|
class |
ConfigurationExceptionCode Defines the exception codes for problems with the configuration of the library. |
class |
ParseExceptionCode Defines the parsing exception codes for this package. |
Uses of Code in de.smartics.exceptions.i18n.message |
---|
Constructors in de.smartics.exceptions.i18n.message with parameters of type Code | |
---|---|
LocalizedInfo(Code code) Convenience constructor. |
|
LocalizedInfo(Code code, String bundleBaseName, String resourceKey) Convenience constructor without cause trail. |
|
LocalizedInfo(Code code, Throwable cause) Convenience constructor. |
|
LocalizedInfo(Code code, Throwable cause, String bundleBaseName, String resourceKey) Default constructor. |
Uses of Code in de.smartics.exceptions.report.data |
---|
Methods in de.smartics.exceptions.report.data that return Code | |
---|---|
Code |
ExceptionCodeReportItem.getCode() Returns the instance of the code. |
Constructors in de.smartics.exceptions.report.data with parameters of type Code | |
---|---|
ExceptionCodeReportItem(Code code, com.thoughtworks.qdox.model.JavaClass typeJavadoc, com.thoughtworks.qdox.model.JavaField javadoc, PlaceHolderInfo placeHolderInfo) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |