jigcell.compare.data
Class MethodDispatcher.NoDispatchableMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.NoSuchMethodException
              extended by jigcell.compare.data.MethodDispatcher.NoDispatchableMethodException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MethodDispatcher

protected static class MethodDispatcher.NoDispatchableMethodException
extends java.lang.NoSuchMethodException

Indicates that method dispatching failed because no suitable methods were found.

See Also:
Serialized Form

Constructor Summary
MethodDispatcher.NoDispatchableMethodException()
           
MethodDispatcher.NoDispatchableMethodException(java.lang.String message)
           
 
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
 

Constructor Detail

MethodDispatcher.NoDispatchableMethodException

public MethodDispatcher.NoDispatchableMethodException()

MethodDispatcher.NoDispatchableMethodException

public MethodDispatcher.NoDispatchableMethodException(java.lang.String message)