edu.umd.cs.findbugs.ba

Class MethodUnprofitableException

public class MethodUnprofitableException extends CFGBuilderException

Used to signal a method not analyzed because it seemed unprofitable to do so

Author: pugh

Constructor Summary
MethodUnprofitableException(JavaClassAndMethod method)
Constructor.
MethodUnprofitableException(JavaClass jClass, Method method)
Constructor.
Method Summary
XMethodgetMethod()

Constructor Detail

MethodUnprofitableException

public MethodUnprofitableException(JavaClassAndMethod method)
Constructor.

Parameters: method the method that is unprofitable to analyze

MethodUnprofitableException

public MethodUnprofitableException(JavaClass jClass, Method method)
Constructor.

Parameters: jClass the class containing the method that is unprofitable to analyze method the method that is unprofitable to analyze

Method Detail

getMethod

public XMethod getMethod()

Returns: the method that is unprofitable to analyze

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