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
-
MCCCException()
-
-
MCCCException(String)
-
Contruct an exception with a message
MCCCException
public MCCCException(String message)
- Contruct an exception with a message
- Parameters:
- message - The detailed message to be added to the default part
MCCCException
public MCCCException()
All Packages Class Hierarchy This Package Previous Next Index