Package com.sap.cds.reflect
Class CdsDefinitionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cds.CdsException
com.sap.cds.reflect.CdsReflectiveOperationException
com.sap.cds.reflect.CdsDefinitionNotFoundException
- All Implemented Interfaces:
Serializable
Indicates a missing definition
CdsDefinition in CDS model.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Get the definition kindGet qualified name of the definitionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CdsDefinitionNotFoundException
-
-
Method Details
-
getQualifiedName
Get qualified name of the definition- Returns:
- qualified name of the definition
-
getKind
Get the definition kind- Returns:
- definition kind
CdsKind
-