Class CdsDefinitionNotFoundException

All Implemented Interfaces:
Serializable

public class CdsDefinitionNotFoundException extends CdsReflectiveOperationException
Indicates a missing definition CdsDefinition in CDS model.
See Also:
  • Constructor Details

    • CdsDefinitionNotFoundException

      public CdsDefinitionNotFoundException(CdsKind kind, String qualifiedName)
  • Method Details

    • getQualifiedName

      public String getQualifiedName()
      Get qualified name of the definition
      Returns:
      qualified name of the definition
    • getKind

      public CdsKind getKind()
      Get the definition kind
      Returns:
      definition kind CdsKind