Class NoSuchAttributeException

All Implemented Interfaces:
Serializable

public class NoSuchAttributeException extends TilesException
Indicates that a named attribute has not been found.
Since:
2.2.0
Version:
$Rev: 755432 $ $Date: 2009-03-18 09:39:01 +1100 (Wed, 18 Mar 2009) $
See Also:
  • Constructor Details

    • NoSuchAttributeException

      public NoSuchAttributeException()
      Constructor.
      Since:
      2.2.0
    • NoSuchAttributeException

      public NoSuchAttributeException(String message)
      Constructor.
      Parameters:
      message - The detail message.
      Since:
      2.2.0
    • NoSuchAttributeException

      public NoSuchAttributeException(Exception e)
      Constructor.
      Parameters:
      e - The exception to be wrapped.
      Since:
      2.2.0
    • NoSuchAttributeException

      public NoSuchAttributeException(String message, Exception e)
      Constructor.
      Parameters:
      message - The detail message.
      e - The exception to be wrapped.
      Since:
      2.2.0