com.eignex.koblas/KoblasException KoblasException sealed class KoblasException : IllegalArgumentException(source)What koblas throws when a routine cannot do what was asked. Every one is an IllegalArgumentException.InheritorsDimensionMismatchSingularMatrixNotPositiveDefinite Properties cause Link copied to clipboard expect open val cause: Throwable? message Link copied to clipboard expect open val message: String?