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

org.apache.tiles.access
Class TilesAccessException

Package class diagram package TilesAccessException
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.access.TilesAccessException
All Implemented Interfaces:
Serializable

public class TilesAccessException
extends TilesException

Indicates that something went wrong in TilesAccess use.

Since:
2.1.0
Version:
$Rev: 637434 $ $Date: 2008-03-15 16:48:38 +0100 (sab, 15 mar 2008) $
See Also:
Serialized Form

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

TilesAccessException

public TilesAccessException()
Constructor.

Since:
2.1.0

TilesAccessException

public TilesAccessException(String message)
Constructor.

Parameters:
message - The detail message.
Since:
2.1.0

TilesAccessException

public TilesAccessException(Exception e)
Constructor.

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

TilesAccessException

public TilesAccessException(String message,
                            Exception e)
Constructor.

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


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