gov.sns.tools.reflect
Class Selector.InvocationException

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

public class Selector.InvocationException
extends java.lang.RuntimeException

Exception that wraps an exception thrown during invocation.

See Also:
Serialized Form

Constructor Summary
Selector.InvocationException(java.lang.reflect.InvocationTargetException exception)
           
 
Method Summary
 java.lang.Throwable getTargetException()
           
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Selector.InvocationException

public Selector.InvocationException(java.lang.reflect.InvocationTargetException exception)
Method Detail

getTargetException

public java.lang.Throwable getTargetException()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable