Class InvalidNavigationPropertyException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPropertyName()  
      • Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException

        getCode, getHttpStatus, getLocale
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidNavigationPropertyException

        @Deprecated(since="1905.08-CEP",
                    forRemoval=true)
        public InvalidNavigationPropertyException​(java.lang.String entityType,
                                                  java.lang.String propertyName)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • InvalidNavigationPropertyException

        public InvalidNavigationPropertyException​(java.lang.String message,
                                                  TypeAttributeDescriptor descriptor)
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()