Class NoSuchAttributeException

All Implemented Interfaces:
Serializable

public class NoSuchAttributeException extends TilesException
Indicates that a named attribute has not been found.
Since:
2.2.0
See Also:
  • Constructor Details

    • NoSuchAttributeException

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