Class MethodUnprofitableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MethodUnprofitableException
    extends CFGBuilderException
    Used to signal a method not analyzed because it seemed unprofitable to do so
    See Also:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getMethod

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