UncheckedException
classin packageklyn
public class UncheckedException extends Exception:
└ UncheckedException

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

throw UncheckedException("runtime failure")
Inherited Properties
propertyInherited Properties from Exception: message
propertyInherited Properties 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.
Inherited Methods
methodInherited Methods from Exception: toString
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml