de.cau.cs.kieler.core
Class KielerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.cau.cs.kieler.core.KielerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClockException, CommunicationException, KielerModelException, KiemMasterException, LoadException, ParseException, TypeException
public class KielerException
- extends Exception
Exception for error handling in KIELER projects.
- See Also:
- Serialized Form
- Rating

- (2009-12-11) msp
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KielerException
public KielerException(String message)
- Constructs a KIELER exception with given message.
- Parameters:
message
- readable exception message
KielerException
public KielerException(String message,
Throwable cause)
- Constructs a KIELER exception with given message and cause.
- Parameters:
message
- readable exception messagecause
- exception that caused this exception