Package io.deephaven.engine.exceptions
Class NotSortableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.engine.exceptions.NotSortableException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionNotSortableException
(Collection<String> unsortableColumns, Collection<String> sortableColumns) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotSortableException
public NotSortableException(Collection<String> unsortableColumns, Collection<String> sortableColumns)
-