nenok.lc
Class LCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
nenok.lc.LCException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConstrException, VAException
public class LCException
- extends RemoteException
This class represents exceptions occuring during local computation. In Nenok, this exception class acts as
a base class abstracting other more detailled exceptions. LCException stands for Local Computation Exception.
- Version:
- $LastChangedRevision: 557 $
$LastChangedDate: 2008-03-26 14:23:32 +0100 (Mi, 26 Mrz 2008) $
- Author:
- Marc Pouly
- See Also:
- Serialized Form
LCException
public LCException(String message)
- Constructor:
- Parameters:
message
- The exception message.
LCException
public LCException(String message,
Throwable cause)
- Constructor:
- Parameters:
message
- The exception message.cause
- The (prior) exception to be wrapped.
LCException
public LCException(Throwable cause)
- Constructor:
- Parameters:
cause
- The (prior) exception to be wrapped.