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)

Constructor Index

 o FMGAlreadyExecutingException()
construct with no particular message
 o FMGAlreadyExecutingException(String)
construct with the given message

Constructors

 o FMGAlreadyExecutingException
 public FMGAlreadyExecutingException()
construct with no particular message

 o FMGAlreadyExecutingException
 public FMGAlreadyExecutingException(String msg)
construct with the given message

Parameters:
msg - the message

All Packages  Class Hierarchy  This Package  Previous  Next  Index