Class FullException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----FullException

public class FullException
extends Exception
A exception thrown when some data structure is full.

Written: Radu Sion
Version: 0.12
Source: FullException.java


Constructor Index

 o FullException()

Method Index

 o getMessage()

Constructors

 o FullException
 public FullException()

Methods

 o getMessage
 public String getMessage()
Overrides:
getMessage in class Throwable