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:
- 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:
- accessor has been marked invalid by some sort of invalidate() method
- accessor passed to a method is null
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidAccessorException
public InvalidAccessorException(String message)
InvalidAccessorException
public InvalidAccessorException(String message,
Throwable cause)
InvalidAccessorException
public InvalidAccessorException(Throwable cause)