jclass
Class EmptyException

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

public class EmptyException
extends java.lang.Exception

A exception thrown when some data structure is empty.

Written: Radu Sion
Version: 0.14
Source: EmptyException.java

Visit Smart Software 

See Also:
Serialized Form

Constructor Summary
EmptyException()
           
EmptyException(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

EmptyException

public EmptyException()

EmptyException

public EmptyException(java.lang.String msg)