intarsys runtime library

de.intarsys.tools.reflect
Class MethodInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.intarsys.tools.reflect.ReflectionException
              extended by de.intarsys.tools.reflect.MethodException
                  extended by de.intarsys.tools.reflect.MethodInvocationException
All Implemented Interfaces:
Serializable

public class MethodInvocationException
extends MethodException

An exception in the execution of a method.

See Also:
Serialized Form

Constructor Summary
MethodInvocationException(String name)
           
MethodInvocationException(String name, String message)
           
MethodInvocationException(String name, String message, Throwable cause)
           
MethodInvocationException(String name, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 String getName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInvocationException

public MethodInvocationException(String name)

MethodInvocationException

public MethodInvocationException(String name,
                                 String message)

MethodInvocationException

public MethodInvocationException(String name,
                                 String message,
                                 Throwable cause)

MethodInvocationException

public MethodInvocationException(String name,
                                 Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getName

public String getName()
Specified by:
getName in class MethodException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.