Class UnknownInstanceDefinitionException

All Implemented Interfaces:
Serializable

public class UnknownInstanceDefinitionException extends MetaModelException
This type of exception is used when an unknown instance definition is encountered.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownInstanceDefinitionException

      public UnknownInstanceDefinitionException(String entityName, String instanceName)
      Constructs the exception with the type and name of the instance that were unknown.
      Parameters:
      entityName - The type of the instance that was unknown.
      instanceName - The name of the instance that was unknown.
  • Method Details

    • getEntityName

      public String getEntityName()
      This method returns the entity type of the instance definition that was unknown.
      Returns:
      the entity type of the instance definition that was unknown.
    • getInstanceName

      public String getInstanceName()
      This method returns the instance name of the definition that was unknown.
      Returns:
      the instance name of the definition that was unknown.