fr.jussieu.gla.wasa.core
Class EngineStateException

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

public class EngineStateException
extends java.lang.RuntimeException

Thrown when the Engine is asked to perform an operation which is illegal regarding to its current state.

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

Constructor Summary
EngineStateException(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

EngineStateException

public EngineStateException(java.lang.String msg)