edu.umd.cs.findbugs.ba.type2
Class UnknownSupertypesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.ClassNotFoundException
              extended by edu.umd.cs.findbugs.ba.type2.UnknownSupertypesException
All Implemented Interfaces:
java.io.Serializable

public class UnknownSupertypesException
extends java.lang.ClassNotFoundException

See Also:
Serialized Form

Constructor Summary
UnknownSupertypesException(ObjectType type)
           
 
Method Summary
 
Methods inherited from class java.lang.ClassNotFoundException
getCause, getException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

UnknownSupertypesException

public UnknownSupertypesException(ObjectType type)