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

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

public class FMGAlreadyExecutingException
extends java.lang.Exception

Exception class that is thrown if FMG.fmg() is called while another instance of the method is already executing in its thread.

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

Constructor Summary
FMGAlreadyExecutingException()
          construct with no particular message.
FMGAlreadyExecutingException(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

FMGAlreadyExecutingException

public FMGAlreadyExecutingException()
construct with no particular message.


FMGAlreadyExecutingException

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

Parameters:
msg - the message