edu.umd.cs.findbugs.classfile

Class MissingClassException

public class MissingClassException extends ResourceNotFoundException

CheckedAnalysisException subtype to indicate that a required class was missing.

Author: David Hovemeyer

Constructor Summary
MissingClassException(ClassDescriptor classDescriptor)
Constructor.
MissingClassException(ClassDescriptor classDescriptor, Throwable cause)
Constructor.
Method Summary
ClassDescriptorgetClassDescriptor()

Constructor Detail

MissingClassException

public MissingClassException(ClassDescriptor classDescriptor)
Constructor.

Parameters: classDescriptor missing class

MissingClassException

public MissingClassException(ClassDescriptor classDescriptor, Throwable cause)
Constructor.

Parameters: classDescriptor missing class cause underlying cause

Method Detail

getClassDescriptor

public ClassDescriptor getClassDescriptor()

Returns: Returns the classDescriptor.

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