public class MethodUnprofitableException extends CFGBuilderException
Constructor and Description |
---|
MethodUnprofitableException(JavaClassAndMethod method)
Constructor.
|
MethodUnprofitableException(org.apache.bcel.classfile.JavaClass jClass,
org.apache.bcel.classfile.Method method)
Constructor.
|
MethodUnprofitableException(MethodDescriptor methodDescriptor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
XMethod |
getMethod() |
public MethodUnprofitableException(JavaClassAndMethod method)
method
- the method that is unprofitable to analyzepublic MethodUnprofitableException(org.apache.bcel.classfile.JavaClass jClass, org.apache.bcel.classfile.Method method)
jClass
- the class containing the method that is unprofitable to
analyzemethod
- the method that is unprofitable to analyzepublic MethodUnprofitableException(MethodDescriptor methodDescriptor)
methodDescriptor
- the MethodDescriptor indicating the method it is unprofitable
to analyzepublic XMethod getMethod()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.