Class TilesVelocityException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • TilesVelocityException

        public TilesVelocityException()
        Constructor.
        Since:
        2.2.0
      • TilesVelocityException

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

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

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