Class NoSuchAttributeException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchAttributeException
    extends CakeException
    The NoSuchAttributeException is thrown when the requested attribute does not exists in the aggregate class.
    Author:
    Rainer Maximini
    See Also:
    CakeException, Serialized Form
    • Constructor Detail

      • NoSuchAttributeException

        public NoSuchAttributeException​(Object caller,
                                        String missingAttribute)
        Parameters:
        caller - the caller of the exception (which is saved for later retrieval by the CakeException.getCaller() method)
        missingAttribute - the name of the missing attribute (which is saved for later retrieval by the CakeException.getParameter(int)} method)
      • NoSuchAttributeException

        public NoSuchAttributeException​(String component,
                                        String key,
                                        Object parameter1)
        Parameters:
        component -
        key -
        parameter1 -
      • NoSuchAttributeException

        public NoSuchAttributeException​(String component,
                                        String key,
                                        Object parameter1,
                                        Object parameter2)
        Parameters:
        component -
        key -
        parameter1 -
        parameter2 -
      • NoSuchAttributeException

        public NoSuchAttributeException​(String component,
                                        String key,
                                        Object parameter1,
                                        Object parameter2,
                                        Object parameter3)
        Parameters:
        component -
        key -
        parameter1 -
        parameter2 -
        parameter3 -
      • NoSuchAttributeException

        public NoSuchAttributeException​(String component,
                                        String key,
                                        Object parameter1,
                                        Object parameter2,
                                        Object parameter3,
                                        Object parameter4)
        Parameters:
        component -
        key -
        parameter1 -
        parameter2 -
        parameter3 -
        parameter4 -
      • NoSuchAttributeException

        public NoSuchAttributeException​(String component,
                                        String key,
                                        Object parameter1,
                                        Object parameter2,
                                        Object parameter3,
                                        Object parameter4,
                                        Object parameter5)
        Parameters:
        component -
        key -
        parameter1 -
        parameter2 -
        parameter3 -
        parameter4 -
        parameter5 -
      • NoSuchAttributeException

        public NoSuchAttributeException​(String component,
                                        String key,
                                        Object caller,
                                        Object[] parameters)
        Parameters:
        component -
        key -
        parameters -