jdsl.core.api
Class InvalidAccessorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjdsl.core.api.CoreException
                  extended byjdsl.core.api.InvalidAccessorException
All Implemented Interfaces:
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:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Mark Handy

Constructor Summary
InvalidAccessorException(String message)
           
InvalidAccessorException(String message, Throwable cause)
           
InvalidAccessorException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidAccessorException

public InvalidAccessorException(String message)

InvalidAccessorException

public InvalidAccessorException(String message,
                                Throwable cause)

InvalidAccessorException

public InvalidAccessorException(Throwable cause)