Class NoSuchContainerException

All Implemented Interfaces:
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:
  • Constructor Details

    • NoSuchContainerException

      public NoSuchContainerException()
      Constructor.
      Since:
      2.1.0
    • NoSuchContainerException

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

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

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