Class ProCAKENoSuchAttributeException

All Implemented Interfaces:
Serializable

public class ProCAKENoSuchAttributeException extends CAKEException
The NoSuchAttributeException is thrown when the requested attribute does not exists in the aggregate class.
Author:
Rainer Maximini
See Also:
  • Constructor Details

    • ProCAKENoSuchAttributeException

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

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