himock.util
Class NoSuchMethodRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byhimock.util.NoSuchMethodRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchMethodRuntimeException
extends java.lang.RuntimeException

Author:
Chen Peng ,chen56@msn.com
See Also:
Serialized Form

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

fClazz

public final java.lang.Class fClazz

fMethod

public final java.lang.reflect.Method fMethod
Constructor Detail

NoSuchMethodRuntimeException

public NoSuchMethodRuntimeException(java.lang.Class clazz,
                                    java.lang.reflect.Method method,
                                    java.lang.Throwable cause)


Copyright © 2002-2004 . All Rights Reserved.