Class NoSuchAttributeException

  • All Implemented Interfaces:
    java.io.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:
    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

      • NoSuchAttributeException

        public NoSuchAttributeException()
        Constructor.
        Since:
        2.2.0
      • NoSuchAttributeException

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

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

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