de.smartics.exceptions.app
Class Constant

Package class diagram package Constant
java.lang.Object
  extended by de.smartics.exceptions.app.Constant

public final class Constant
     
     
extends Object

Defines constants for this application.


Field Summary
static String COMPONENT_ID
          The constant used to identify exception codes for this module.
static String MESSAGE_BUNDLE
          The name of the message bundle for all messages being logged.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_ID

public static final String COMPONENT_ID
The constant used to identify exception codes for this module.

The value of this constant is "smex".

Constant Field Value:
"smex"

MESSAGE_BUNDLE

public static final String MESSAGE_BUNDLE
The name of the message bundle for all messages being logged.

The value of this constant is "de.smartics.exceptions.app.Messages".

Constant Field Value:
"de.smartics.exceptions.app.Messages"


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