All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.core.api.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.
- Version:
- $Revision: 1.3 $, $Date: 1998/07/07 19:27:36 $
- Author:
- Mike Boilen (mgb)
-
ContainedLocatorException(String)
-
ContainedLocatorException
public ContainedLocatorException(String message)
All Packages Class Hierarchy This Package Previous Next Index