UncheckedException
classin packageklyn
public class UncheckedException extends Exception:
└ UncheckedException

Base class for exceptions that callers are not forced to catch.

throw UncheckedException("runtime failure")
Properties inherited from Exception: message
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public UncheckedException
UncheckedException(message as String = ""):
Creates an unchecked exception.
Methods
Modifier and Type Member Description
public override toString
toString() as String:
Returns a textual representation of this exception.
Methods inherited from Exception: toString
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml