All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.core.api.InvalidPositionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----jdsl.core.api.CoreException
|
+----jdsl.core.api.InvalidPositionException
- public class InvalidPositionException
- extends CoreException
An InvalidPositionException can be thrown for several reasons:
(2) the element associated with the position has been removed from
the container, and therefore the position points to nothing;
(3) the container to which the locator belonged has become invalid,
and therefore all its locators are invalid.
- Author:
- Mark Handy (mdh)
-
InvalidPositionException(String)
-
InvalidPositionException
public InvalidPositionException(String message)
All Packages Class Hierarchy This Package Previous Next Index