This project has retired. For details please refer to its Attic page.
NotAvailableFeatureException (Tiles 2 2.1.4 API)

org.apache.tiles.factory
Class NotAvailableFeatureException

Package class diagram package NotAvailableFeatureException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.TilesException
                  extended by org.apache.tiles.factory.NotAvailableFeatureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotAPortletEnvironmentException

public class NotAvailableFeatureException
extends TilesException

Exception that indicates that a feature could not be used since it is not available.

Since:
2.1.4
Version:
$Rev: 819649 $ $Date: 2009-09-28 19:11:21 +0200 (lun, 28 set 2009) $
See Also:
Serialized Form

Constructor Summary
NotAvailableFeatureException()
          Constructor.
NotAvailableFeatureException(String message)
          Constructor.
NotAvailableFeatureException(String message, Throwable e)
          Constructor.
NotAvailableFeatureException(Throwable e)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

NotAvailableFeatureException

public NotAvailableFeatureException()
Constructor.

Since:
2.1.4

NotAvailableFeatureException

public NotAvailableFeatureException(String message)
Constructor.

Parameters:
message - The detail message.
Since:
2.1.4

NotAvailableFeatureException

public NotAvailableFeatureException(Throwable e)
Constructor.

Parameters:
e - The cause to be wrapped.
Since:
2.1.4

NotAvailableFeatureException

public NotAvailableFeatureException(String message,
                                    Throwable e)
Constructor.

Parameters:
message - The detail message.
e - The cause to be wrapped.
Since:
2.1.4


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.