jdsl.core.api
Class 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.

Author:
Mike Boilen (mgb)
See Also:
Serialized Form

Constructor Summary
UncontainedLocatorException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UncontainedLocatorException

public UncontainedLocatorException(java.lang.String message)