Class Error.CustomCallback

    • Constructor Summary

      Constructors 
      Constructor Description
      CustomCallback()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(java.lang.String msg)
      The default error handler callback.
      • Methods inherited from class java.lang.Object

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

      • CustomCallback

        public CustomCallback()
    • Method Detail

      • call

        public void call​(java.lang.String msg)
                  throws TileDBError
        The default error handler callback.
        Overrides:
        call in class ContextCallback
        Parameters:
        msg - Error message from native tiledb (JNI) operation.
        Throws:
        TileDBError - A TileDB exception