This method of the Variant Class verifies that the variant type is VT_NULL. This method has no other purpose; there is no value associated with a null Variant.
Syntax
public void getNull();
Exceptions
ClassCastException if the variant type is not VT_NULL.