kolonial
Class VyjimkaSpatneParametry

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--kolonial.VyjimkaSpatneParametry
All Implemented Interfaces:
java.io.Serializable

public class VyjimkaSpatneParametry
extends java.lang.Exception

Výjimka, vyhazovaná při špatně zadaných argumentech metodám.

Version:
1.0 (2002-Mar-25)
Author:
Jarda KAČER
See Also:
Serialized Form

Constructor Summary
VyjimkaSpatneParametry(java.lang.String popisChyby)
           
 
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

VyjimkaSpatneParametry

public VyjimkaSpatneParametry(java.lang.String popisChyby)