Class UnknownAggregateException

All Implemented Interfaces:
Serializable

public class UnknownAggregateException extends MetaModelException
This type of exception is used when an invalid aggregate is encountered.
Author:
voicu
See Also:
  • Constructor Details

    • UnknownAggregateException

      public UnknownAggregateException(String aggregateName)
      Constructs the exception with the invalid aggregate name.
      Parameters:
      aggregateName - The name of the aggregate that is invalid.
    • UnknownAggregateException

      public UnknownAggregateException(String aggregateName, String message)
      Constructs the exception with the invalid aggregate name and a message containing more information about the cause or place of the error.
      Parameters:
      aggregateName - The name of the aggregate that is invalid.
      message - Message containing additional information about the error.
  • Method Details

    • getAggregateName

      public String getAggregateName()