pt.ist.fenixframework
Class ConfigError
java.lang.Object
java.lang.Throwable
java.lang.Error
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
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.