krangl / krangl / InvalidColumnSelectException

InvalidColumnSelectException

class InvalidColumnSelectException : RuntimeException

Author
Holger Brandl

Constructors

<init>

InvalidColumnSelectException(colNames: List<String>, selection: List<Boolean?>)

Properties

colNames

val colNames: List<String>

message

val message: String?

selection

val selection: List<Boolean?>