java.util
Class EmptyStackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.EmptyStackException
@TransactionType(value=NOT_SUPPORTED)
public class EmptyStackException
- extends RuntimeException
Thrown by methods in the Stack
class to indicate that the
stack is empty.
Direct instances of this exception class are not bound to any context and can be
passed between contexts without any restrictions. Objects created and returned
by the methods of this class are owned by the caller. In particular, a call to the Throwable.getMessage()
returns a String instance bound to the owner context of the caller.
See Runtime Environment Specification for the Java Card Platform, Connected Edition,
chapter 7 for details regarding transfer of ownership.
- Since:
- JDK1.0, CLDC 1.0, Java Card 3.0
- See Also:
Stack
Constructor Summary |
EmptyStackException()
Constructs a new EmptyStackException with null
as its error message string. |
EmptyStackException
public EmptyStackException()
- Constructs a new
EmptyStackException
with null
as its error message string.
Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.