de.cau.cs.kieler.core
Class KielerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.cau.cs.kieler.core.KielerRuntimeException
All Implemented Interfaces:
Serializable

Deprecated. use a more specific exception instead

public class KielerRuntimeException
extends RuntimeException

Kieler runtime exception. Might be helpful to indicate erroneous behavior of (overloaded) methods that are not allowed to throw exceptions.

See Also:
Serialized Form
Rating red

Constructor Summary
KielerRuntimeException(String message)
          Deprecated. Creates a KIELER runtime exception.
KielerRuntimeException(String message, Throwable cause)
          Deprecated. Creates a KIELER runtime exception as wrapper for another exception.
 
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

KielerRuntimeException

public KielerRuntimeException(String message)
Deprecated. 
Creates a KIELER runtime exception.

Parameters:
message - a message

KielerRuntimeException

public KielerRuntimeException(String message,
                              Throwable cause)
Deprecated. 
Creates a KIELER runtime exception as wrapper for another exception.

Parameters:
message - a message
cause - the original error