org.codehaus.dimple
Class UnusedMethodException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--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
|
Method Summary |
java.lang.reflect.Method |
getMethod()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnusedMethodException
public UnusedMethodException(java.lang.reflect.Method method)
UnusedMethodException
public UnusedMethodException(java.lang.reflect.Method method,
java.lang.String msg)
getMethod
public java.lang.reflect.Method getMethod()