Class NoSuchContainerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchContainerException
    extends TilesException
    Indicates that a keyed container has not been found.
    Since:
    2.1.0
    Version:
    $Rev: 927573 $ $Date: 2010-03-26 07:01:07 +1100 (Fri, 26 Mar 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

      • NoSuchContainerException

        public NoSuchContainerException()
        Constructor.
        Since:
        2.1.0
      • NoSuchContainerException

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

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

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