Class TilesVelocityException

All Implemented Interfaces:
Serializable

public class TilesVelocityException extends TilesException
Exception connected to the usage of Velocity and Tiles.
Since:
2.2.0
Version:
$Rev: 1035820 $ $Date: 2010-11-17 08:26:24 +1100 (Wed, 17 Nov 2010) $
See Also:
  • Constructor Details

    • TilesVelocityException

      public TilesVelocityException()
      Constructor.
      Since:
      2.2.0
    • TilesVelocityException

      public TilesVelocityException(String message)
      Constructor.
      Parameters:
      message - The message of the exception.
      Since:
      2.2.0
    • TilesVelocityException

      public TilesVelocityException(Throwable e)
      Constructor.
      Parameters:
      e - The cause of the exception.
      Since:
      2.2.0
    • TilesVelocityException

      public TilesVelocityException(String message, Throwable e)
      Constructor.
      Parameters:
      message - The message of the exception.
      e - The cause of the exception.
      Since:
      2.2.0