Overview
>
klyn
>
ClassCastException
>
ClassCastException
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.ClassCastException.ClassCastException
constructor
public ClassCastException(message as String = "Invalid cast"):
Description
Creates a class cast exception.
Parameters
message Description of the failed cast. ``` error = ClassCastException("Cannot cast String to Int") println(error.message) ```