CITS2200
Class Overflow
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
CITS2200.Overflow
- All Implemented Interfaces:
- Serializable
public class Overflow
- extends RuntimeException
Indicates an attempt to add to a full container class
such as a stack or queue.
- See Also:
- Serialized Form
Constructor Summary |
Overflow(String message)
Construct this exception object. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Overflow
public Overflow(String message)
- Construct this exception object.
- Parameters:
message
- the error message.