loadFirstClass

fun loadFirstClass(cl: ClassLoader, vararg className: String): Class<*>

Load the first exists class or throw exception all not found

Return

class or throw ClassNotFoundException

Parameters

className

class name

cl

class loader


fun loadFirstClass(vararg className: String): Class<*>

Load the first exists class or throw exception all not found

Return

class or throw ClassNotFoundException

Parameters

className

class name