NullException
classin packageklyn
public class NullException extends UncheckedException:
└ NullException

Exception thrown when a null reference is used where a value is required.

throw NullException("missing value")
Properties inherited from Exception: message
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public NullException
NullException(message as String = "the reference is null"):
Creates a null-reference exception.
Methods inherited from UncheckedException: toString
Methods inherited from Exception: toString
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml