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

Class cornell.slk.jkernel.core.SharedClassException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.lang.ClassNotFoundException
                            |
                            +----cornell.slk.jkernel.core.SharedClassException

public class SharedClassException
extends java.lang.ClassNotFoundException

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

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

Constructor Detail

SharedClassException

public SharedClassException()

SharedClassException

public SharedClassException(java.lang.String msg)

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