jdsl
Class ContainedLocatorException

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

public class ContainedLocatorException
extends java.lang.RuntimeException

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.

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainedLocatorException

public ContainedLocatorException(java.lang.String message)