org.lsst.ccs.utilities.beanutils
Class WrappedBeanMethodInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.lsst.ccs.utilities.beanutils.WrappedException
                  extended by org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
All Implemented Interfaces:
java.io.Serializable

public class WrappedBeanMethodInvocationException
extends WrappedException

Wraps an exception thrown while invoking a bean method delegated to a non-bean;

Author:
bamade
See Also:
Serialized Form

Field Summary
 java.lang.Object[] args
           
 java.lang.reflect.AccessibleObject method
           
 
Constructor Summary
WrappedBeanMethodInvocationException(java.lang.Throwable throwable, java.lang.reflect.AccessibleObject method, java.lang.Object... args)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

args

public final java.lang.Object[] args

method

public final java.lang.reflect.AccessibleObject method
Constructor Detail

WrappedBeanMethodInvocationException

public WrappedBeanMethodInvocationException(java.lang.Throwable throwable,
                                            java.lang.reflect.AccessibleObject method,
                                            java.lang.Object... args)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2012 LSST. All Rights Reserved.