|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.umd.cs.findbugs.ba.CFGBuilderException
edu.umd.cs.findbugs.ba.MethodUnprofitableException
public class MethodUnprofitableException
Used to signal a method not analyzed because it seemed unprofitable to do so
| Constructor Summary | |
|---|---|
MethodUnprofitableException(JavaClassAndMethod method)
Constructor. |
|
MethodUnprofitableException(org.apache.bcel.classfile.JavaClass jClass,
org.apache.bcel.classfile.Method method)
Constructor. |
|
| Method Summary | |
|---|---|
XMethod |
getMethod()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 |
|---|
public MethodUnprofitableException(JavaClassAndMethod method)
method - the method that is unprofitable to analyze
public 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 analyze| Method Detail |
|---|
public XMethod getMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||