public class NullItemInStackException
extends java.lang.NullPointerException
| Constructor and Description |
|---|
NullItemInStackException()
Constructs a
NullItemInStackException with no detail message. |
NullItemInStackException(java.lang.String s)
Constructs a
NullItemInStackException with the specified
detail message. |
public NullItemInStackException()
NullItemInStackException with no detail message.public NullItemInStackException(java.lang.String s)
NullItemInStackException with the specified
detail message.s - the detail message.