Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class cornell.slk.jkernel.core.TaskDeath$LRMI

Source code
java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Error
                    |
                    +----cornell.slk.jkernel.core.TaskDeath$LRMI

public class TaskDeath$LRMI
extends java.lang.Error
This exception is thrown to terminate a task's threads when the task is terminated. Each task's bytecode is rewritten so that it cannot catch a TaskDeath$LRMI


Fields inherited from class java.lang.Throwable
 backtrace, detailMessage, serialVersionUID
 

Constructor Summary
 TaskDeath$LRMI()
 
 TaskDeath$LRMI(java.lang.String msg)
 
 

Methods inherited from class java.lang.Throwable
 fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
 , clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TaskDeath$LRMI

public TaskDeath$LRMI()

TaskDeath$LRMI

public TaskDeath$LRMI(java.lang.String msg)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS