himock.core.exception
Class CannotMockInnerOrAnonymousClassException

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

public class CannotMockInnerOrAnonymousClassException
extends java.lang.RuntimeException

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

Field Summary
 java.lang.Class fMockedClass
           
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
CannotMockInnerOrAnonymousClassException(java.lang.Class mockedInnerOrAnonymousClass)
           
 
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

fMockedClass

public java.lang.Class fMockedClass
Constructor Detail

CannotMockInnerOrAnonymousClassException

public CannotMockInnerOrAnonymousClassException(java.lang.Class mockedInnerOrAnonymousClass)


Copyright © 2002-2004 . All Rights Reserved.