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