On Tue, Jun 10, 2025 at 7:52 PM Dave Marion wrote:
>
> I made a comment regarding the TableNotFoundException hierarchy at [0]. I
> don't understand why our specific exceptions (TNFE for example) don't
> extend AccumuloException. If the hierarchy is changed in our Exception
Mainly because it's a b
I made a comment regarding the TableNotFoundException hierarchy at [0]. I
don't understand why our specific exceptions (TNFE for example) don't
extend AccumuloException. If the hierarchy is changed in our Exception
classes, then the signatures of the other methods don't need to be changed.
Calling
Hi all,
I'd like to discuss how TableNotFoundException (TNFE) is handled in
some of our TableOperations methods. In several places, TNFE is
neither declared nor thrown; instead it’s wrapped in an
AccumuloException (AE). That pushes the burden onto calling code to
discover the wrapping (by reading