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

Class cornell.slk.jkernel.std.CapabilityNotBoundException

Source code
java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----cornell.slk.jkernel.std.CapabilityNotBoundException

public class CapabilityNotBoundException
extends java.lang.Exception

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

Constructor Summary
 CapabilityNotBoundException()
 
 CapabilityNotBoundException(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

CapabilityNotBoundException

public CapabilityNotBoundException()

CapabilityNotBoundException

public CapabilityNotBoundException(java.lang.String msg)

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