fr.jussieu.gla.wasa.core.junit
Class BadRandomInvocationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--fr.jussieu.gla.wasa.core.junit.BadRandomInvocationException
All Implemented Interfaces:
java.io.Serializable

public class BadRandomInvocationException
extends java.lang.RuntimeException

Thrown when DeterministicRandom fails to find an element of the type asked for.

Version:
$Revision: 1.1 $ $Date: 2002/04/10 17:24:01 $
Author:
Florent Selva
See Also:
Serialized Form

Constructor Summary
BadRandomInvocationException(int index)
           
 
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

BadRandomInvocationException

public BadRandomInvocationException(int index)