|
||||||||||
| 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.ConfigurationIllegalAccessException
public class ConfigurationIllegalAccessException
This exception is thrown when a dynamically loaded class has signaled an illegal access.
| Constructor Summary | |
|---|---|
ConfigurationIllegalAccessException(java.lang.Throwable cause)
Creates a new object. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getMesssage()
Getter for the text prefix of this ConfigException. |
| Methods inherited from class org.extex.framework.configuration.exception.ConfigurationException |
|---|
getLocalizedMessage, getLocalizer, getSource, getText |
| 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 ConfigurationIllegalAccessException(java.lang.Throwable cause)
cause - the next Throwable in the list| Method Detail |
|---|
protected java.lang.String getMesssage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||