|
|||||||||
| 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
| Constructor Summary | |
|---|---|
NullPointerException()
Constructs a NullPointerException with no detail
message. |
|
NullPointerException(String s)
Constructs a NullPointerException with the specified
detail message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, notifyAll, toString, wait |
| Constructor Detail |
|---|
public NullPointerException()
NullPointerException with no detail
message.
public NullPointerException(String s)
NullPointerException with the specified
detail message.
s - the detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||