|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nenok.lc.LCException
public class LCException
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.
Constructor Summary | |
---|---|
LCException(String message)
Constructor: |
|
LCException(String message,
Throwable cause)
Constructor: |
|
LCException(Throwable cause)
Constructor: |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LCException(String message)
message
- The exception message.public LCException(String message, Throwable cause)
message
- The exception message.cause
- The (prior) exception to be wrapped.public LCException(Throwable cause)
cause
- The (prior) exception to be wrapped.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |