Package io.deephaven


package io.deephaven
  • Class
    Description
    The root of all Checked Deephaven exceptions.
    Exception thrown when an element already exists, generally when attempting to add an element that is already present.
    An exception indicating that the Deephaven system has not been configured correctly; and requires administrator intervention.
    Exception thrown when an element does not exist, generally when attempting to access or remove an element that is not present.
    Provides static methods to perform SQL-style left outer and full outer joins.
     
    The root of all Unchecked Deephaven exceptions