jdsl.core.api
Class 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)
- See Also:
- Serialized Form
| 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 |
InvalidPositionException
public InvalidPositionException(java.lang.String message)