edu.ksu.cis.projects.bogor.module
Class ConfigurationMessages

java.lang.Object
  extended by edu.ksu.cis.projects.bogor.module.ConfigurationMessages

public class ConfigurationMessages
extends Object

Version:
CVS $Revision: 1.4 $ $Date: 2005/02/09 22:30:46 $
Author:
Matt Hoosier

Field Summary
static String BAD_FORMAT
           
static String CLASS_NOT_FOUND
           
static String COULDNT_INSTANTIATE
           
static String INACCESSIBLE_EXT_MODULE
           
static String INTERFACE_NOT_IMPLEMENTED
           
static String INVALID_EXT_MOD
           
static String METHOD_NOT_FOUND
           
static String MOD_NOT_FOUND
           
static String NO_CONFIG
           
static String PLUGIN_CLASS_NOT_FOUND
           
static String UNKNOWN_OPTION
           
static String WRONG_RETURN_TYPE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BAD_FORMAT

public static final String BAD_FORMAT
See Also:
Constant Field Values

UNKNOWN_OPTION

public static final String UNKNOWN_OPTION
See Also:
Constant Field Values

INTERFACE_NOT_IMPLEMENTED

public static final String INTERFACE_NOT_IMPLEMENTED
See Also:
Constant Field Values

CLASS_NOT_FOUND

public static final String CLASS_NOT_FOUND
See Also:
Constant Field Values

INACCESSIBLE_EXT_MODULE

public static final String INACCESSIBLE_EXT_MODULE
See Also:
Constant Field Values

COULDNT_INSTANTIATE

public static final String COULDNT_INSTANTIATE
See Also:
Constant Field Values

NO_CONFIG

public static final String NO_CONFIG
See Also:
Constant Field Values

MOD_NOT_FOUND

public static final String MOD_NOT_FOUND
See Also:
Constant Field Values

INVALID_EXT_MOD

public static final String INVALID_EXT_MOD
See Also:
Constant Field Values

METHOD_NOT_FOUND

public static final String METHOD_NOT_FOUND
See Also:
Constant Field Values

WRONG_RETURN_TYPE

public static final String WRONG_RETURN_TYPE
See Also:
Constant Field Values

PLUGIN_CLASS_NOT_FOUND

public static final String PLUGIN_CLASS_NOT_FOUND
See Also:
Constant Field Values