himock.core.exception
Class NotImplementedMethodException

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

public class NotImplementedMethodException
extends java.lang.RuntimeException

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

Field Summary
 java.lang.reflect.Method fMockedMethod
           
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
NotImplementedMethodException(java.lang.reflect.Method mockedMethod)
           
 
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

fMockedMethod

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

NotImplementedMethodException

public NotImplementedMethodException(java.lang.reflect.Method mockedMethod)


Copyright © 2002-2004 . All Rights Reserved.