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