Class UnsetColumnException

All Implemented Interfaces:
Serializable

public class UnsetColumnException extends IllegalStateException
Thrown when attempting to read a row column which doesn't have anything assigned to it.
See Also:
  • Constructor Details

    • UnsetColumnException

      public UnsetColumnException(String name)