|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.extex.framework.configuration.exception.ConfigurationException
org.extex.framework.configuration.exception.ConfigurationInvalidConstructorException
public class ConfigurationInvalidConstructorException
This exception is thrown when a dynamically loaded class does not implement an expected interface.
| Constructor Summary | |
|---|---|
ConfigurationInvalidConstructorException(java.lang.String className,
Configuration config)
Creates a new object. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getText()
Getter for the text prefix of this ConfigException. |
| Methods inherited from class org.extex.framework.configuration.exception.ConfigurationException |
|---|
getLocalizedMessage, getLocalizer, getSource |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 |
| Constructor Detail |
|---|
public ConfigurationInvalidConstructorException(java.lang.String className,
Configuration config)
className - the name of the classconfig - the configuration in which the problem occurred or
null| Method Detail |
|---|
protected java.lang.String getText()
getText in class ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||