Package io.deephaven.engine.table.impl
Class NotSortableColumnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
io.deephaven.engine.table.impl.InvalidColumnException
io.deephaven.engine.table.impl.NotSortableColumnException
- All Implemented Interfaces:
Serializable
Exception thrown when a column is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotSortableColumnException
(String message) Thrown when a given column is not sortable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotSortableColumnException
Thrown when a given column is not sortable.- Parameters:
message
- the exception message
-