Class MethodUnprofitableException

All Implemented Interfaces:
Serializable

public class MethodUnprofitableException extends CFGBuilderException
Used to signal a method not analyzed because it seemed unprofitable to do so
Author:
pugh
See Also:
  • Constructor Details

    • MethodUnprofitableException

      public MethodUnprofitableException(JavaClassAndMethod method)
      Constructor.
      Parameters:
      method - the method that is unprofitable to analyze
    • MethodUnprofitableException

      public MethodUnprofitableException(org.apache.bcel.classfile.JavaClass jClass, org.apache.bcel.classfile.Method method)
      Constructor.
      Parameters:
      jClass - the class containing the method that is unprofitable to analyze
      method - the method that is unprofitable to analyze
    • MethodUnprofitableException

      public MethodUnprofitableException(MethodDescriptor methodDescriptor)
      Constructor.
      Parameters:
      methodDescriptor - the MethodDescriptor indicating the method it is unprofitable to analyze
  • Method Details

    • getMethod

      public XMethod getMethod()
      Returns:
      the method that is unprofitable to analyze