jdsl.core.api
Class InvalidAccessorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.core.api.CoreException
                          |
                          +--jdsl.core.api.InvalidAccessorException
All Implemented Interfaces:
java.io.Serializable

public class InvalidAccessorException
extends CoreException

Used when an accessor (position or locator) is invalid, either internally invalid or invalid with respect to a particular container. Cases when it would be thrown:

  1. accessor has been marked invalid by some sort of invalidate() method
  2. accessor passed to a method is null
  3. accessor passed to a method is foreign (is of the wrong implementation type or is contained by another container)

Version:
$Id: InvalidAccessorException.java,v 1.1 1999/06/23 14:36:38 mdh Exp $
Author:
Mark Handy
See Also:
Serialized Form

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

InvalidAccessorException

public InvalidAccessorException(java.lang.String message)