All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.epfl.lcvm.mccc.NoConvergenceException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----CH.epfl.lcvm.mccc.MCCCException
                           |
                           +----CH.epfl.lcvm.mccc.NoConvergenceException

public class NoConvergenceException
extends MCCCException
An exception for when things don't converge


Constructor Index

 o NoConvergenceException(String)
Contruct an exception with a message

Constructors

 o NoConvergenceException
 public NoConvergenceException(String message)
Contruct an exception with a message

Parameters:
message - The detailed message to be added to the default part

All Packages  Class Hierarchy  This Package  Previous  Next  Index