com.jrockit.memleak
Class NoMatchingFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jrockit.memleak.MemLeakException
              extended by com.jrockit.memleak.InspectException
                  extended by com.jrockit.memleak.NoMatchingFieldException
All Implemented Interfaces:
java.io.Serializable

public class NoMatchingFieldException
extends InspectException

Thrown when no field of the given name (and type, if given) could be found.

Author:
mpersson
See Also:
Serialized Form

Constructor Summary
NoMatchingFieldException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.jrockit.memleak.InspectException
unhandled
 
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
 

Constructor Detail

NoMatchingFieldException

public NoMatchingFieldException(java.lang.String message)
Parameters:
message -


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.