pumpa
Class ZasobnikException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--pumpa.ZasobnikException
All Implemented Interfaces:
java.io.Serializable

public class ZasobnikException
extends java.lang.Exception

Třída aplikační logiky.
Výjimka je používaná pouze na dvou místech ve Zasobnik
Všechna ostatní místa by měla být ošetřena programově tak, že kolize nemůže nastat ;-)

Version:
2.0 (2003-Apr-02)
Author:
Pavel Herout
See Also:
Serialized Form

Constructor Summary
ZasobnikException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZasobnikException

public ZasobnikException()