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")
Inherited Properties
propertyInherited Properties from Exception: message
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public NullException
NullException(message as String = "the reference is null"):
Creates a null-reference exception.
Inherited Methods
methodInherited Methods from UncheckedException: toString
methodInherited Methods from Exception: toString
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml