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:
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
 Object[] args
           
 AccessibleObject method
           
 
Constructor Summary
WrappedBeanMethodInvocationException(Throwable throwable, AccessibleObject method, Object... args)
           
 
Method Summary
 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 Object[] args

method

public final AccessibleObject method
Constructor Detail

WrappedBeanMethodInvocationException

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

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2012 LSST. All Rights Reserved.