pl.edu.pjwstk.yaod.atoms
Class NoSuchAtomException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--pl.edu.pjwstk.yaod.atoms.NoSuchAtomException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchAtomException
extends java.lang.Exception

Wyjatek oznaczajacy, ze atom o podanym identyfikatorze nie istnieje.

Author:
M. Lentner, raist@ertel.com.pl
See Also:
Serialized Form

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

NoSuchAtomException

public NoSuchAtomException()