Class NoSuchAttributeValueException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchAttributeValueException
    extends CakeException
    The NoSuchAttributeValueException is thrown when the requested attributeValue does not exists in the aggregate class.
    Author:
    Tobias Dahlem
    See Also:
    CakeException, Serialized Form
    • Constructor Detail

      • NoSuchAttributeValueException

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

        public NoSuchAttributeValueException​(Throwable cause,
                                             Object caller,
                                             String missingAttributeValue)
        Parameters:
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)
        caller - the caller of the exception (which is saved for later retrieval by the CakeException.getCaller() method)
        missingAttributeValue - the name of the missing attributeValue (which is saved for later retrieval by the CakeException.getParameter(int)} method)
      • NoSuchAttributeValueException

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

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

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

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

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

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