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)

Constructor Index

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

Constructors

 o FMGNotExecutingException
 public FMGNotExecutingException()
construct with no particular message

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

Parameters:
msg - the message

All Packages  Class Hierarchy  This Package  Previous  Next  Index