org.apache.tiles.factory
Class ConfigurationNotSupportedException

Package class diagram package ConfigurationNotSupportedException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tiles.TilesException
              extended by org.apache.tiles.factory.ConfigurationNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationNotSupportedException
extends org.apache.tiles.TilesException

See Also:
Serialized Form

Constructor Summary
ConfigurationNotSupportedException()
           
ConfigurationNotSupportedException(java.lang.String string)
           
 
Method Summary
 
Methods inherited from class org.apache.tiles.TilesException
getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ConfigurationNotSupportedException

public ConfigurationNotSupportedException()

ConfigurationNotSupportedException

public ConfigurationNotSupportedException(java.lang.String string)