TUM CCSM Commons

edu.tum.cs.commons.error
Class NeverThrownRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.tum.cs.commons.error.NeverThrownRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class NeverThrownRuntimeException
extends java.lang.RuntimeException

A runtime exception that cannot be instantiated. Sometimes the typing mechanism forces one to define an exception type although no exceptions are actually thrown. This class may be used to clarify such circumstances.

Version:
$Rev: 26283 $
Author:
Florian Deissenboeck, $Author: juergens $
See Also:
Serialized Form
Rating:
GREEN Hash: 0EF9047868CEBE4A60D679F85023B7A7

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
 


TUM CCSM Commons

TUM CCSM Commons - 2.7