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

Creates a class-not-found exception.

Parameters
  • message Description of the missing class. ``` error = ClassNotFoundException("Unknown type Missing") println(error.message) ```