Class DuplicateRightRowDecorationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.engine.table.impl.naturaljoin.DuplicateRightRowDecorationException
All Implemented Interfaces:
Serializable

public class DuplicateRightRowDecorationException extends RuntimeException
This signals that our helper should look for a duplicate right hand side row, and then throw an error.
See Also:
  • Field Details

    • tablePosition

      public final long tablePosition
  • Constructor Details

    • DuplicateRightRowDecorationException

      public DuplicateRightRowDecorationException(long tablePosition)