ImportError

data class ImportError(val message: String, val cause: Throwable?) : FittingError(source)

Data import failed: file not found, layout mismatch, non-numeric values, empty group, and so on. The cause is typically the underlying ImportException.

Constructors

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

Properties

Link copied to clipboard
open override val cause: Throwable?

Underlying exception when one exists; null for pure-data errors.

Link copied to clipboard
open override val message: String

Short, user-facing message.