himock.core.exception
Class ExpertedInvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byhimock.core.exception.ExpertedInvocationException
All Implemented Interfaces:
java.io.Serializable

public class ExpertedInvocationException
extends java.lang.RuntimeException

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

Field Summary
 java.lang.reflect.Method[] fUninvokedMethods
           
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ExpertedInvocationException(java.lang.reflect.Method[] fUninvokedMethods)
           
 
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

fUninvokedMethods

public final java.lang.reflect.Method[] fUninvokedMethods
Constructor Detail

ExpertedInvocationException

public ExpertedInvocationException(java.lang.reflect.Method[] fUninvokedMethods)


Copyright © 2002-2004 . All Rights Reserved.