Class MetaModelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnknownAggregateException, UnknownAttributeException, UnknownDomainException, UnknownEntityException, UnknownEntityReferenceException, UnknownInstanceDefinitionException, UnknownMetadataException

public class MetaModelException extends AppException
Base class for all exceptions specific to the meta model component.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • MetaModelException

      public MetaModelException(String message)
      Basic constructor with only a message explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
    • MetaModelException

      public MetaModelException(String message, Throwable cause)
      Constructor with both a message and an exception explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
      cause - The original cause of the error.