The Meta-Environment API

toolbus.adapter.java
Class JavaToolBridge.MethodInvokationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbus.adapter.java.JavaToolBridge.MethodInvokationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JavaToolBridge

private static class JavaToolBridge.MethodInvokationException
extends java.lang.Exception

Custom exception. Thrown whenever the method associated with a certain DO or EVAL request could not be located, or something goes wrong during execution of that request.

Author:
Arnold Lankamp

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
JavaToolBridge.MethodInvokationException(java.lang.String message)
          Constructor.
JavaToolBridge.MethodInvokationException(java.lang.String message, java.lang.Throwable exception)
          Constructor.
JavaToolBridge.MethodInvokationException(java.lang.Throwable exception)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

JavaToolBridge.MethodInvokationException

public JavaToolBridge.MethodInvokationException(java.lang.String message)
Constructor.

See Also:
Exception.Exception(java.lang.String)

JavaToolBridge.MethodInvokationException

public JavaToolBridge.MethodInvokationException(java.lang.Throwable exception)
Constructor.

See Also:
Exception.Exception(java.lang.Throwable)

JavaToolBridge.MethodInvokationException

public JavaToolBridge.MethodInvokationException(java.lang.String message,
                                                java.lang.Throwable exception)
Constructor.

See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

The Meta-Environment API