eNTitanok.util
Class Veletlen.DetHatarException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--eNTitanok.util.Veletlen.DetHatarException
Enclosing class:
Veletlen

public static class Veletlen.DetHatarException
extends java.lang.Error

Akkor váltódik ki, ha a `kovetkezo'-ben szereplő szám nem esik a megadott határok közé.

See Also:
Serialized Form

Constructor Summary
Veletlen.DetHatarException()
           
Veletlen.DetHatarException(int also, int x, int felso)
           
Veletlen.DetHatarException(java.lang.String s)
           
 
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

Veletlen.DetHatarException

public Veletlen.DetHatarException(java.lang.String s)

Veletlen.DetHatarException

public Veletlen.DetHatarException(int also,
                                  int x,
                                  int felso)

Veletlen.DetHatarException

public Veletlen.DetHatarException()