All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.api.UncontainedLocatorException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----jdsl.core.api.CoreException
                                   |
                                   +----jdsl.core.api.UncontainedLocatorException

public class UncontainedLocatorException
extends CoreException
A ULE is thrown by a Locator if container() is called on it, and it does not have a container.


Constructor Index

 o UncontainedLocatorException(String)

Constructors

 o UncontainedLocatorException
 public UncontainedLocatorException(String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index