klyn.ClassNotFoundException.ClassNotFoundException
constructor
public ClassNotFoundException(message as String = "Class not found"):
Description

Creates a class-not-found exception.

Parameters
ParameterDescription
messageDescription of the missing class.
Example
error = ClassNotFoundException("Unknown type Missing")
println(error.message)