pt.ua.concurrent
Class ThreadInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pt.ua.concurrent.ThreadInterruptedException
All Implemented Interfaces:
java.io.Serializable

public class ThreadInterruptedException
extends java.lang.RuntimeException

InterruptedException unchecked exception replacement.

This class follows DbC(tm) methodology (Wikipedia). Where possible, contracts are implement with native's Java assert.

Version:
0.5, November 2011
Author:
Miguel Oliveira e Silva (mos@ua.pt)
See Also:
Serialized Form

Constructor Summary
ThreadInterruptedException()
           
ThreadInterruptedException(java.lang.Throwable t)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadInterruptedException

public ThreadInterruptedException()

ThreadInterruptedException

public ThreadInterruptedException(java.lang.Throwable t)