|
||||||||||
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.sort | Provides utilities to sort the tabular content of the reports. |
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() Returns the error or exception code of the exception. |
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 |
TwoNumberCodeInfo This Code implementation models the exception code as a number. |
Uses of Code in de.smartics.exceptions.i18n |
---|
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. |
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, String bundleBaseName, String resourceKey) Default constructor. |
Uses of Code in de.smartics.exceptions.report.sort |
---|
Fields in de.smartics.exceptions.report.sort declared as Code | |
---|---|
Code |
CodeUtils.CodeContainer.code |
Constructors in de.smartics.exceptions.report.sort with parameters of type Code | |
---|---|
CodeUtils.CodeContainer(Code code, com.sun.javadoc.ClassDoc classDoc, com.sun.javadoc.FieldDoc fieldDoc) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |