milvus-logo

Class InvalidDsl

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidDsl
    extends ClientSideMilvusException
    Milvus exception where invalid DSL is passed by client as a query
    • Constructor Summary

      Constructor Description
      InvalidDsl​(java.lang.String dsl, java.lang.String message)  
    • Method Summary

      Modifier and Type Method Description
      protected java.lang.String getErrorMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, 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

      • InvalidDsl

        public InvalidDsl​(java.lang.String dsl,
                          java.lang.String message)