org.extex.framework.configuration.exception
Class ConfigurationIllegalAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.extex.framework.configuration.exception.ConfigurationException
                  extended by org.extex.framework.configuration.exception.ConfigurationIllegalAccessException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationIllegalAccessException
extends ConfigurationException

This exception is thrown when a dynamically loaded class has signaled an illegal access.

Version:
$Revision: 5428 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

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

ConfigurationIllegalAccessException

public ConfigurationIllegalAccessException(java.lang.Throwable cause)
Creates a new object.

Parameters:
cause - the next Throwable in the list
Method Detail

getMesssage

protected java.lang.String getMesssage()
Getter for the text prefix of this ConfigException. The text is taken from the resource bundle ConfigurationEception under the key ConfigurationIllegalAccessException.Text. The argument {0} is replaced by the message of the embedded cause as passed to the constructor.

Returns:
the text