Serialized Form


Package de.smartics.exceptions

Class de.smartics.exceptions.AbstractCoreException extends Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

info

de.smartics.exceptions.ExceptionInfo info
Reference to common exception information. Currently this is the exception identifier and the exception code.

 

Class de.smartics.exceptions.AbstractCoreRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 4L

Serialized Fields

info

de.smartics.exceptions.ExceptionInfo info
Reference to common exception information. Currently this is the exception identifier and the exception code.

 

Package de.smartics.exceptions.code

Class de.smartics.exceptions.code.DefaultCodeComparator extends Object implements Serializable

serialVersionUID: 1L

Class de.smartics.exceptions.code.NumberCodeComparator extends Object implements Serializable

serialVersionUID: 1L

Class de.smartics.exceptions.code.NumberCodeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

componentId

String componentId
The identifier of the component this code belongs to.

 

majorNumber

Integer majorNumber
The major number of the code defines a group of codes. This group is associated with a certain type of problem within the component.

For example HTTP knows the major numbers 100, 200, 300, 400, etc.

 

minorNumber

Integer minorNumber
The minor number gives additional information about the problem. It specifies exactly the type of problem. If this value is null, there is no minor number specified.

For example HTTP knows the minor number 4 for page not found. This will add with the major number to 404.

Class de.smartics.exceptions.code.TwoNumberCodeInfo extends NumberCodeInfo implements Serializable

serialVersionUID: 1L


Package de.smartics.exceptions.core

Package de.smartics.exceptions.i18n

Class de.smartics.exceptions.i18n.AbstractLocalizedException extends AbstractCoreException implements Serializable

serialVersionUID: 2L

Serialized Fields

localizedInfo

LocalizedInfo localizedInfo
The localized information controls the localization information.

 

Class de.smartics.exceptions.i18n.AbstractLocalizedRuntimeException extends AbstractCoreRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

localizedInfo

LocalizedInfo localizedInfo
The localized information controls the localization information.

 

Class de.smartics.exceptions.i18n.ConfigurationException extends AbstractLocalizedRuntimeException implements Serializable

serialVersionUID: 1L

Class de.smartics.exceptions.i18n.MethodAccessConfigurationException extends PropertyAccessConfigurationException implements Serializable

serialVersionUID: 1L

Serialized Fields

methodName

String methodName
The name of the getter method that has been tried to accessed.

 

Class de.smartics.exceptions.i18n.PropertyAccessConfigurationException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Serialized Fields

clazz

Class<T> clazz
The class that should contain the property but the information cannot be accessed.

 

propertyName

String propertyName
The name of the property that cannot be accessed.

 

Package de.smartics.exceptions.i18n.message

Class de.smartics.exceptions.i18n.message.LocalizedInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceKey

String resourceKey
The localization key to fetch messages from message bundles. If this value is not set, the String representation of the provided code instance is used.

 

bundleBaseName

String bundleBaseName
The fully qualified base name of the bundle to use.

This bundle base name must never be null.

 

Class de.smartics.exceptions.i18n.message.ParseException extends AbstractLocalizedRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

input

String input
The input that cannot be parsed.

 

index

int index
The index within the input string where the parsing error occurred.

 

Package de.smartics.exceptions.id

Class de.smartics.exceptions.id.LongExceptionId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
The implementing identifier.

 

Class de.smartics.exceptions.id.UuidExceptionId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

uuid

UUID uuid
The implementing identifier.

 



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