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
This signals that our helper should look for a duplicate right hand side row, and then throw an error.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
tablePosition
public final long tablePosition
-
-
Constructor Details
-
DuplicateRightRowDecorationException
public DuplicateRightRowDecorationException(long tablePosition)
-