org.apache.tiles.request.servlet
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.request.servlet.NotAServletEnvironmentException
All Implemented Interfaces:
Serializable

public class NotAServletEnvironmentException
extends RuntimeException

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

Version:
$Rev: 1306435 $ $Date: 2012-03-28 11:39:11 -0400 (Wed, 28 Mar 2012) $
See Also:
Serialized Form

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

NotAServletEnvironmentException

public NotAServletEnvironmentException()
Constructor.


NotAServletEnvironmentException

public NotAServletEnvironmentException(String message)
Constructor.

Parameters:
message - The detail message.

NotAServletEnvironmentException

public NotAServletEnvironmentException(Throwable e)
Constructor.

Parameters:
e - The exception to be wrapped.

NotAServletEnvironmentException

public NotAServletEnvironmentException(String message,
                                       Throwable e)
Constructor.

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


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