Uses of Class
com.vaadin.copilot.exception.report.ExceptionReportCreator
Packages that use ExceptionReportCreator
-
Uses of ExceptionReportCreator in com.vaadin.copilot
Methods in com.vaadin.copilot with parameters of type ExceptionReportCreatorModifier and TypeMethodDescriptionstatic voidErrorHandler.sendErrorResponse(com.vaadin.base.devserver.DevToolsInterface devToolsInterface, String command, com.fasterxml.jackson.databind.JsonNode responseData, String error, Throwable e, ExceptionReportCreator exceptionReportCreator) Constructs an error that will be sent to client viaDevToolsInterface.static voidErrorHandler.setError(com.fasterxml.jackson.databind.JsonNode respData, String errorMessage, Throwable e, ExceptionReportCreator exceptionReportCreator) -
Uses of ExceptionReportCreator in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter with parameters of type ExceptionReportCreatorModifier and TypeMethodDescriptionJavaRewriterCopyPasteHandler.getCopiedJavaComponent(JavaFileSourceProvider javaFileSourceProvider, ComponentTypeAndSourceLocation componentTypeAndSourceLocation, ExceptionReportCreator exceptionReportCreator) Collects required data for copying and pasting a componentConstructors in com.vaadin.copilot.javarewriter with parameters of type ExceptionReportCreatorModifierConstructorDescriptionJavaBatchRewriter(JavaFileSourceProvider javaFileSourceProvider, List<ComponentTypeAndSourceLocation> componentLocations, ExceptionReportCreator exceptionReportCreator) Deprecated, for removal: This API element is subject to removal in a future version.JavaDataProviderHandler(JavaFileSourceProvider javaFileSourceProvider, ComponentTypeAndSourceLocation typeAndSourceLocation, ExceptionReportCreator exceptionReportCreator) Reads source file which is found from typeAndSourceLocation