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.NumberCodeOnlyComparator extends Object implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L


Package de.smartics.exceptions.core

Class de.smartics.exceptions.core.DefaultCodeMessageFormatter extends Object implements Serializable

serialVersionUID: 1L


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.AbstractMessageBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

code

Code code
The error or exception code of the exception.

 

localizedInfo

LocalizedInfo localizedInfo
The localized information controls the localization information.

 

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

serialVersionUID: 2L

Serialized Fields

messageBean

MessageBean messageBean
The message information for the exception.

 

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

serialVersionUID: 2L

Serialized Fields

messageBean

MessageBean messageBean
The message information for the exception.

 

Class de.smartics.exceptions.i18n.CauseTrailMessages extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

trail

List<E> trail
The trail of messages to the root.

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

serialVersionUID: 1L

Class de.smartics.exceptions.i18n.DefaultI18nCodeMessageFormatter extends DefaultCodeMessageFormatter 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.

 

cause

Throwable cause
The cause to the problem.

 

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

serialVersionUID: 1L

Serialized Fields

messageMap

Map<K,V> messageMap
The map of message texts. The value is the rendered message for the given message type. The message may 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.

 

Package de.smartics.exceptions.report.app

Class de.smartics.exceptions.report.app.ReportException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package de.smartics.exceptions.report.data

Class de.smartics.exceptions.report.data.ReportProblem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message
The message to the problem.


cause

Throwable cause
The optional root cause to the problem.


Package de.smartics.exceptions.report.message

Class de.smartics.exceptions.report.message.PlaceHolderDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

placeHolderId

PlaceHolderDescId placeHolderId
The ID of the place holder.

 

paramName

String paramName
The descriptive name of the place holder. This is the name of the field that holds the value. The value may be a complex type where the OGNL path points to the value of the variable that will substitute the place holder.

 

ognlPath

String ognlPath
The path to the value that substitutes the place holder.

 

description

String description
The description of the place holder.

 

Class de.smartics.exceptions.report.message.PlaceHolderDescId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

placeHolderIndex

String placeHolderIndex
The index of the place holder within a message of the given message type.

 

messageType

MessageType messageType
The type of the indexed message. If null, the place holder is valid for any message that has no specific description (aka default description).

 

Class de.smartics.exceptions.report.message.PlaceHolderInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

placeHolderDescs

Map<K,V> placeHolderDescs
The descriptions of place holders.



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