edu.jhu.cs.cisst.algorithms.optimize.fmg
Class FMGNotExecutingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.jhu.cs.cisst.algorithms.optimize.fmg.FMGNotExecutingException
All Implemented Interfaces:
java.io.Serializable

public class FMGNotExecutingException
extends java.lang.Exception

Exception class that is thrown if FMG.waitForResult() is called although the FMG algorithm is currently not executing in a thread.

Author:
Gerald Loeffler (Gerald.Loeffler@univie.ac.at)
See Also:
Serialized Form

Constructor Summary
FMGNotExecutingException()
          construct with no particular message.
FMGNotExecutingException(java.lang.String msg)
          construct with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FMGNotExecutingException

public FMGNotExecutingException()
construct with no particular message.


FMGNotExecutingException

public FMGNotExecutingException(java.lang.String msg)
construct with the given message.

Parameters:
msg - the message