ImportException

class ImportException(message: String, cause: Throwable? = null) : RuntimeException(source)

Raised by the importer when a data source cannot be resolved into one or more non-empty numeric datasets. Causes include: missing file, layout / delimiter mismatch, missing or empty id / value columns, non-numeric values where numbers are required, and empty inline maps.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)