Class RuntimeIOException

All Implemented Interfaces:
Serializable

public class RuntimeIOException extends RuntimeException
An Runtime exception that wraps IOException so that client code need not catch IOException in nearly every use of Tablesaw
See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException(IOException cause)
      Constructs a new Runtime exception from the given checked exception
      Parameters:
      cause - An IO Exception