edu.umd.cs.findbugs.ba

Class MissingClassException

public class MissingClassException extends DataflowAnalysisException

DataflowAnalysisException variant to report a class lookup failure that caused dataflow analysis to abort.

Author: David Hovemeyer

Constructor Summary
MissingClassException(ClassNotFoundException exception)
Constructor.
Method Summary
StringgetClassName()
Get the name of the missing class.
ClassNotFoundExceptiongetClassNotFoundException()
Get the ClassNotFoundException that caused this exception.

Constructor Detail

MissingClassException

public MissingClassException(ClassNotFoundException exception)
Constructor.

Parameters: exception the ClassNotFoundException that caused this exception

Method Detail

getClassName

public String getClassName()
Get the name of the missing class.

Returns: name of the missing class, or null if the missing class name is unknown

getClassNotFoundException

public ClassNotFoundException getClassNotFoundException()
Get the ClassNotFoundException that caused this exception.

Returns: the ClassNotFoundException that caused this exception

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.