public class CdsOperationNotFoundException extends CdsReflectiveOperationException
CdsEntity
doesn't have an operation (action or
function) with a specified name.Constructor and Description |
---|
CdsOperationNotFoundException(CdsKind kind,
String operationName,
CdsDefinition definition) |
Modifier and Type | Method and Description |
---|---|
CdsDefinition |
getDefinition()
Get the definition for which the operation was requested
|
CdsKind |
getKind()
Get the operation kind
|
String |
getOperationName()
Get the missing operation
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CdsOperationNotFoundException(CdsKind kind, String operationName, CdsDefinition definition)
public String getOperationName()
public CdsDefinition getDefinition()
Copyright © 2022 SAP. All rights reserved.