Class ComponentInfoNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.copilot.javarewriter.exception.ComponentInfoNotFoundException
All Implemented Interfaces:
Serializable

public class ComponentInfoNotFoundException extends RuntimeException
Happens when component info not found for unknown reasons.
See Also:
  • Constructor Details

    • ComponentInfoNotFoundException

      public ComponentInfoNotFoundException(ComponentTypeAndSourceLocation componentTypeAndSourceLocation, String message)
      Parameters:
      componentTypeAndSourceLocation - ComponentTypeAndSourceLocation that causes the exception
      message - default message
  • Method Details