NullPointerException
Class NullPointerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.NullPointerException
- All Implemented Interfaces:
- Serializable
public class NullPointerException extends RuntimeException
Thrown when an application attempts to use null
in a case where an object is required. These include:
- Calling the instance method of a