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

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.UnknownTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnknownTypeException
extends java.lang.ClassNotFoundException

Exception to indicate that information requested about a type is not known. For example, asking whether a particular type is an interface or a class, when we don't know because we haven't seen the class file for that type.

Author:
David Hovemeyer
See Also:
Serialized Form

Constructor Summary
UnknownTypeException(java.lang.String msg)
           
 
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

UnknownTypeException

public UnknownTypeException(java.lang.String msg)