Class CdsOperationNotFoundException

All Implemented Interfaces:
Serializable

public class CdsOperationNotFoundException extends CdsReflectiveOperationException
Indicates that a CdsEntity doesn't have an operation (action or function) with a specified name.
See Also:
  • Constructor Details

    • CdsOperationNotFoundException

      public CdsOperationNotFoundException(CdsKind kind, String operationName, CdsDefinition definition)
  • Method Details

    • getOperationName

      public String getOperationName()
      Get the missing operation
      Returns:
      operation name
    • getDefinition

      public CdsDefinition getDefinition()
      Get the definition for which the operation was requested
      Returns:
      definition
    • getKind

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