|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.NullPointerException
public class NullPointerException
A Java Card runtime environment-owned instance of
NullPointerException is thrown when an applet attempts to use
null in a case where an object is required. These include:
null object.
null object.
null as if it were an array.
null as if it were an
array.
null as if it were a Throwable
value.
Java Card runtime environment-owned instances of exception classes are temporary Java Card runtime environment Entry Point Objects and can be accessed from any applet context. References to these temporary objects cannot be stored in class variables or instance variables or array components. See Runtime Environment Specification, Java Card Platform, Classic Edition, section 6.2.1 for details.
This Java Card platform class's functionality is a strict subset of the definition in the JavaTM Platform Standard Edition (Java SETM) API Specification.
| Constructor Summary | |
|---|---|
NullPointerException()
Constructs a NullPointerException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals |
| Constructor Detail |
|---|
public NullPointerException()
NullPointerException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||