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

Class cornell.slk.jkernel.core.RemoteDeath

Source code
java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----cornell.slk.compiler.util.ExceptionNest
                            |
                            +----cornell.slk.jkernel.core.RemoteException
                                    |
                                    +----cornell.slk.jkernel.core.RemoteDeath

public class RemoteDeath
extends RemoteException

Fields inherited from class cornell.slk.compiler.util.ExceptionNest
 inner, outerMessage
 
Fields inherited from class java.lang.Throwable
 backtrace, detailMessage, serialVersionUID
 

Constructor Summary
 RemoteDeath()
 
 RemoteDeath(java.lang.String msg)
 
 

Methods inherited from class cornell.slk.compiler.util.ExceptionNest
 getInner, getMessage, getOuterMessage, printStackTrace, printStackTrace, printStackTrace
 
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

RemoteDeath

public RemoteDeath()

RemoteDeath

public RemoteDeath(java.lang.String msg)

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