Package com.sap.cds

Class CdsMissingValueException

All Implemented Interfaces:
Serializable

public class CdsMissingValueException extends CdsException
Exception thrown when an operation fails because of missing value.
See Also:
  • Constructor Details

    • CdsMissingValueException

      public CdsMissingValueException(String elementName)
    • CdsMissingValueException

      public CdsMissingValueException(String message, Throwable e)
  • Method Details

    • getElementName

      public String getElementName()