JarLoadError

constructor(jarPath: String, builderClassName: String?, message: String, cause: Throwable? = null)(source)

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