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

org.apache.tiles.portlet.context
Class NotAPortletEnvironmentException

Package class diagram package NotAPortletEnvironmentException
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
                      extended by org.apache.tiles.portlet.context.NotAPortletEnvironmentException
All Implemented Interfaces:
Serializable

public class NotAPortletEnvironmentException
extends NotAvailableFeatureException

Exception that indicates that a resource could not be used because it is not in a portlet environment.

Since:
2.1.4
Version:
$Rev: 819641 $ $Date: 2009-09-28 18:56:14 +0200 (lun, 28 set 2009) $
See Also:
Serialized Form

Constructor Summary
NotAPortletEnvironmentException()
          Constructor.
NotAPortletEnvironmentException(String message)
          Constructor.
NotAPortletEnvironmentException(String message, Throwable e)
          Constructor.
NotAPortletEnvironmentException(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

NotAPortletEnvironmentException

public NotAPortletEnvironmentException()
Constructor.

Since:
2.1.4

NotAPortletEnvironmentException

public NotAPortletEnvironmentException(String message)
Constructor.

Parameters:
message - The detail message.
Since:
2.1.4

NotAPortletEnvironmentException

public NotAPortletEnvironmentException(Throwable e)
Constructor.

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

NotAPortletEnvironmentException

public NotAPortletEnvironmentException(String message,
                                       Throwable e)
Constructor.

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


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