de.cau.cs.kieler.core
Class KielerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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

Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the original error