fr.jussieu.gla.wasa.core
Class EngineException

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

public class EngineException
extends java.lang.Exception

Thrown when the Engine encounters some kind of problem.

Version:
$Revision: 1.1.1.1 $ $Date: 2002/02/19 22:12:02 $
Author:
Laurent Caillette
See Also:
Serialized Form

Constructor Summary
EngineException()
           
EngineException(java.lang.String msg)
           
 
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

EngineException

public EngineException()

EngineException

public EngineException(java.lang.String msg)