jclass
Class FullException

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

public class FullException
extends java.lang.Exception

A exception thrown when some data structure is full.

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

Visit Smart Software 

See Also:
Serialized Form

Constructor Summary
FullException()
           
FullException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullException

public FullException()

FullException

public FullException(java.lang.String msg)

!-- =========== END OF NAVBAR =========== -->