org.codehaus.dimple
Class UnusedMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.dimple.UnusedMethodException
All Implemented Interfaces:
java.io.Serializable

public class UnusedMethodException
extends java.lang.RuntimeException

This exception indicates that a declared method is not used to implement anything.

Author:
Ben Yu Dec 17, 2006 7:23:29 PM
See Also:
Serialized Form

Constructor Summary
UnusedMethodException(java.lang.reflect.Method method)
           
UnusedMethodException(java.lang.reflect.Method method, java.lang.String msg)
           
 
Method Summary
 java.lang.reflect.Method getMethod()
           
 
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

UnusedMethodException

public UnusedMethodException(java.lang.reflect.Method method)

UnusedMethodException

public UnusedMethodException(java.lang.reflect.Method method,
                             java.lang.String msg)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()