|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jscience.computing.ai.expertsystem.conflict.NoMoreElementsException
public class NoMoreElementsException
This class defines an exception that will be thrown when there aren't more rules to be fired in a conflict set.
| 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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoMoreElementsException()
public NoMoreElementsException(java.lang.String s)
s - the detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||