Package randoop.main

Class ThrowClassNameError

    • Constructor Detail

      • ThrowClassNameError

        public ThrowClassNameError()
    • Method Detail

      • handle

        public void handle​(String className)
        Description copied from interface: ClassNameErrorHandler
        Performs error handling behavior for bad class name.
        Specified by:
        handle in interface ClassNameErrorHandler
        Parameters:
        className - the name of the class for inclusion in messages
      • handle

        public void handle​(String className,
                           Throwable e)
        Description copied from interface: ClassNameErrorHandler
        Performs error handling behavior for failure to read class due to exception.
        Specified by:
        handle in interface ClassNameErrorHandler
        Parameters:
        className - the class name to include in message
        e - the exception from loading class