All Packages Class Hierarchy This Package Previous Next Index
Class AT.Ac.univie.imp.loeffler.pde.threeD.fd.FMGNotExecutingException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----AT.Ac.univie.imp.loeffler.pde.threeD.fd.FMGNotExecutingException
- public class FMGNotExecutingException
- extends 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)
-
FMGNotExecutingException()
- construct with no particular message
-
FMGNotExecutingException(String)
- construct with the given message
FMGNotExecutingException
public FMGNotExecutingException()
- construct with no particular message
FMGNotExecutingException
public FMGNotExecutingException(String msg)
- construct with the given message
- Parameters:
- msg - the message
All Packages Class Hierarchy This Package Previous Next Index