jdsl.core.api
Class ContainedLocatorException

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

public class ContainedLocatorException
extends CoreException

A ContainedLocatorException indicates that an attempt has been made to insert a locator into a container, except that the locator already is in another container.

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

Constructor Summary
ContainedLocatorException(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

ContainedLocatorException

public ContainedLocatorException(java.lang.String message)