|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
himock.util.NoSuchMethodRuntimeException
Field Summary | |
java.lang.Class |
fClazz
|
java.lang.reflect.Method |
fMethod
|
Fields inherited from class java.lang.RuntimeException |
|
Constructor Summary | |
NoSuchMethodRuntimeException(java.lang.Class clazz,
java.lang.reflect.Method method,
java.lang.Throwable cause)
|
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 |
public final java.lang.Class fClazz
public final java.lang.reflect.Method fMethod
Constructor Detail |
public NoSuchMethodRuntimeException(java.lang.Class clazz, java.lang.reflect.Method method, java.lang.Throwable cause)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |