org.aksw.commons.util.reflect
Class MultipleMethodsInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.aksw.commons.util.reflect.MultipleMethodsInvocationException
All Implemented Interfaces:
Serializable

public class MultipleMethodsInvocationException
extends RuntimeException

Author:
Claus Stadler Date: 6/3/11
See Also:
Serialized Form

Constructor Summary
MultipleMethodsInvocationException(String methodName, Class<?>[] types, Set<Method> methods)
           
 
Method Summary
 String getMethodName()
           
 Object[] getTypes()
           
 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
 

Constructor Detail

MultipleMethodsInvocationException

public MultipleMethodsInvocationException(String methodName,
                                          Class<?>[] types,
                                          Set<Method> methods)
Method Detail

toString

public String toString()

getMethodName

public String getMethodName()

getTypes

public Object[] getTypes()


Copyright © 2012. All Rights Reserved.