fr.jussieu.gla.wasa.core
Class ProblemStateException

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

public class ProblemStateException
extends java.lang.RuntimeException

Exception raised when a Problem instance is not in the expected initialization state.

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

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

ProblemStateException

public ProblemStateException(java.lang.String msg)