Class InvalidTemplateException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidTemplateException
    extends TilesException
    An invalid template has been identified.
    Since:
    2.1.0
    Version:
    $Rev: 943985 $ $Date: 2010-05-14 05:30:49 +1000 (Fri, 14 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

      • InvalidTemplateException

        public InvalidTemplateException()
        Constructor.
        Since:
        2.1.0
      • InvalidTemplateException

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

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

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