JarLoadError

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

jarPath

the JAR path that failed

builderClassName

optional builder class requested by the config

message

human-readable description of the failure

cause

underlying exception, when available

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard