|
Java Card 2.1 Platform Final Revision 1.0 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.NullPointerException
A JCRE 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.
JCRE owned instances of exception classes are temporary JCRE 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 Java Card Runtime Environment (JCRE) 2.1 Specification for details.
This Java Card class's functionality is a strict subset of the definition in the Java Platform Core API Specification.
Constructor Summary | |
NullPointerException()
Constructs a NullPointerException . |
Methods inherited from class java.lang.Object |
equals |
Constructor Detail |
public NullPointerException()
NullPointerException
.
|
Submit a bug or feature Java and Java Card are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |