fr.jussieu.gla.wasa.core
Class NoConstraintAppliedException

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

public class NoConstraintAppliedException
extends EngineException

Thrown when all evaluated Constraints did not set any error, and the Engine has its AllowNoConstraintApplied property set to false.

Version:
$Revision: 1.1.1.1 $ $Date: 2002/02/19 22:12:02 $
Author:
Laurent Caillette
See Also:
Engine.setAllowNoConstraintApplied( boolean ), Serialized Form

Constructor Summary
NoConstraintAppliedException()
           
 
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

NoConstraintAppliedException

public NoConstraintAppliedException()