All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.epfl.lcvm.mccc.MCCCException

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

public class MCCCException
extends Exception
Base class for all exceptions in the MCCC package


Constructor Index

 o MCCCException()
 o MCCCException(String)
Contruct an exception with a message

Constructors

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

Parameters:
message - The detailed message to be added to the default part
 o MCCCException
 public MCCCException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index