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

org.apache.tiles.servlet.context
Class NotAServletEnvironmentException

Package class diagram package NotAServletEnvironmentException
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.servlet.context.NotAServletEnvironmentException
All Implemented Interfaces:
Serializable

public class NotAServletEnvironmentException
extends TilesException

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

Since:
2.2.0
Version:
$Rev: 788034 $ $Date: 2009-06-24 16:20:32 +0200 (mer, 24 giu 2009) $
See Also:
Serialized Form

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

NotAServletEnvironmentException

public NotAServletEnvironmentException()
Constructor.

Since:
2.2.0

NotAServletEnvironmentException

public NotAServletEnvironmentException(String message)
Constructor.

Parameters:
message - The detail message.
Since:
2.2.0

NotAServletEnvironmentException

public NotAServletEnvironmentException(Exception e)
Constructor.

Parameters:
e - The exception to be wrapped.
Since:
2.2.0

NotAServletEnvironmentException

public NotAServletEnvironmentException(String message,
                                       Exception e)
Constructor.

Parameters:
message - The detail message.
e - The exception to be wrapped.
Since:
2.2.0


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