fr.jussieu.gla.wasa.core
Class GuardExceededException

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

public class GuardExceededException
extends EngineException

Thrown when Engine could not find a Solution after a certain number of steps.

Version:
$Revision: 1.1 $ $Date: 2002/04/08 17:52:30 $
Author:
Laurent Caillette
See Also:
Serialized Form

Constructor Summary
GuardExceededException(int maxStepCount)
           
 
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

GuardExceededException

public GuardExceededException(int maxStepCount)