gov.sns.tools.reflect
Class Selector.AccessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.reflect.Selector.AccessException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Selector

public class Selector.AccessException
extends java.lang.RuntimeException

Exception thrown when an attempt is made to invoke a method on a target such that the method is inaccessible on that target.

See Also:
Serialized Form

Constructor Summary
Selector.AccessException(java.lang.IllegalAccessException excpt)
           
 
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

Selector.AccessException

public Selector.AccessException(java.lang.IllegalAccessException excpt)