|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.jas.kern.PreemptingException
public class PreemptingException
Preempting Exception class. Runtime Exception to be thrown when a thread is interrupted.
| Constructor Summary | |
|---|---|
PreemptingException()
|
|
PreemptingException(java.lang.String c)
|
|
PreemptingException(java.lang.String c,
java.lang.Throwable t)
|
|
PreemptingException(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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PreemptingException()
public PreemptingException(java.lang.String c)
public PreemptingException(java.lang.String c,
java.lang.Throwable t)
public PreemptingException(java.lang.Throwable t)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||