Jar Load Error
data class JarLoadError(val jarPath: String, val builderClassName: String?, val message: String, val cause: Throwable? = null) : KSLRuntimeError(source)
Failure while loading or building a model from an external JAR.
Phase 3 distinguishes this from other model-build failures so a GUI can point users at the JAR path / builder-class fields directly.
Parameters
jar Path
the JAR path that failed
builder Class Name
optional builder class requested by the config
message
human-readable description of the failure
cause
underlying exception, when available