jeops.conflict
Class NoMoreElementsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jeops.conflict.NoMoreElementsException

public class NoMoreElementsException
extends java.lang.Exception

This class defines an exception that will be thrown when there aren't more rules to be fired in a conflict set.

Version:
0.01 29 Mar 2000
Author:
Carlos Figueira Filho (csff@di.ufpe.br)
See Also:
Serialized Form

Constructor Summary
NoMoreElementsException()
          Creates a new NoMoreElementsException, without a detailed message.
NoMoreElementsException(java.lang.String s)
          Creates a new NoMoreElementsException with a given detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoMoreElementsException

public NoMoreElementsException()
Creates a new NoMoreElementsException, without a detailed message.

NoMoreElementsException

public NoMoreElementsException(java.lang.String s)
Creates a new NoMoreElementsException with a given detail message.
Parameters:
s - the detail message.