Class TilesContainerFactoryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TilesContainerFactoryException
    extends TilesException
    Indicates that something went wrong in TilesContainerFactory use.
    Since:
    2.1.0
    Version:
    $Rev: 943645 $ $Date: 2010-05-13 05:33:19 +1000 (Thu, 13 May 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

      • TilesContainerFactoryException

        public TilesContainerFactoryException()
        Constructor.
        Since:
        2.1.0
      • TilesContainerFactoryException

        public TilesContainerFactoryException​(java.lang.String message)
        Constructor.
        Parameters:
        message - The detail message.
        Since:
        2.1.0
      • TilesContainerFactoryException

        public TilesContainerFactoryException​(java.lang.Throwable e)
        Constructor.
        Parameters:
        e - The exception to be wrapped.
        Since:
        2.1.0
      • TilesContainerFactoryException

        public TilesContainerFactoryException​(java.lang.String message,
                                              java.lang.Throwable e)
        Constructor.
        Parameters:
        message - The detail message.
        e - The exception to be wrapped.
        Since:
        2.1.0