Interface AbstractLoader.ErrorHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void classNotFound​(java.lang.String name)
      Called whenever, trying to retrieve a candidate class from its name, a ClassNotFoundException is thrown
    • Method Detail

      • classNotFound

        void classNotFound​(java.lang.String name)
        Called whenever, trying to retrieve a candidate class from its name, a ClassNotFoundException is thrown
        Parameters:
        name - Candidate class name