Class IllegalCallToNonWhiteListedMethodError

  • All Implemented Interfaces:
    Comparable<Issue>

    public class IllegalCallToNonWhiteListedMethodError
    extends Error
    • Constructor Detail

      • IllegalCallToNonWhiteListedMethodError

        public IllegalCallToNonWhiteListedMethodError​(String where,
                                                      String methodName,
                                                      int line,
                                                      String declaringClassName,
                                                      String calledMethodName)