pt.ist.fenixframework
Class ConfigError

Package class diagram package ConfigError
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by pt.ist.fenixframework.ConfigError
All Implemented Interfaces:
Serializable

public class ConfigError
extends Error

Thrown when the FenixFramework encounters some configuration problem.

See Also:
Serialized Form

Field Summary
static String ALREADY_INITIALIZED
           
static String CONFIG_CLASS_NOT_FOUND
           
static String COULD_NOT_SET_PROPERTY
           
static String DUPLICATE_DEFINITION_OF_DOMAIN_MODEL_URLS
           
static String MISSING_CONFIG
           
static String MISSING_REQUIRED_FIELD
           
static String NOT_INITIALIZED
           
static String UNKNOWN_PROPERTY
           
 
Constructor Summary
ConfigError(String message)
           
ConfigError(String message, String param)
           
ConfigError(String message, Throwable cause)
           
ConfigError(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONFIG_CLASS_NOT_FOUND

public static final String CONFIG_CLASS_NOT_FOUND
See Also:
Constant Field Values

MISSING_CONFIG

public static final String MISSING_CONFIG
See Also:
Constant Field Values

MISSING_REQUIRED_FIELD

public static final String MISSING_REQUIRED_FIELD
See Also:
Constant Field Values

UNKNOWN_PROPERTY

public static final String UNKNOWN_PROPERTY
See Also:
Constant Field Values

COULD_NOT_SET_PROPERTY

public static final String COULD_NOT_SET_PROPERTY
See Also:
Constant Field Values

NOT_INITIALIZED

public static final String NOT_INITIALIZED
See Also:
Constant Field Values

ALREADY_INITIALIZED

public static final String ALREADY_INITIALIZED
See Also:
Constant Field Values

DUPLICATE_DEFINITION_OF_DOMAIN_MODEL_URLS

public static final String DUPLICATE_DEFINITION_OF_DOMAIN_MODEL_URLS
See Also:
Constant Field Values
Constructor Detail

ConfigError

public ConfigError(String message)

ConfigError

public ConfigError(String message,
                   String param)

ConfigError

public ConfigError(String message,
                   Throwable cause)

ConfigError

public ConfigError(Throwable cause)


Copyright © 2013. All Rights Reserved.