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@cin.ufpe.br)
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
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, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, 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.