de.cau.cs.kieler.core
Class KielerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 proposed yellow
(2009-12-11) msp

Constructor Summary
KielerException(String message)
          Constructs a KIELER exception with given message.
KielerException(String message, Throwable cause)
          Constructs a KIELER exception with given message and cause.
 
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

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 message
cause - exception that caused this exception