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:
  • Constructor Details

    • NoSuchAttributeValueException

      public NoSuchAttributeValueException(String message, String... parameter)
      Parameters:
      message - An exception description.
      parameter - Additional parameters.
    • NoSuchAttributeValueException

      public NoSuchAttributeValueException(String message, Throwable cause, String... parameter)
      Parameters:
      message - An exception description.
      cause - The cause of the exception.
      parameter - Additional parameters.