public class ClassNotFoundException extends TypeError:
Exception raised when the compiler or runtime class loader cannot resolve a requested class.
try:
eval("value = MissingType()")
catch exc as ClassNotFoundException:
println(exc.message)| Modifier and Type | Member | Description |
|---|---|---|
| public | ClassNotFoundExceptionClassNotFoundException(message as String = "Class not found"): |
Creates a class-not-found exception. |