Class ComponentInfoNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.copilot.javarewriter.exception.ComponentInfoNotFoundException
- All Implemented Interfaces:
Serializable
Happens when component info not found for unknown reasons.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentInfoNotFoundException(ComponentTypeAndSourceLocation componentTypeAndSourceLocation, String message) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComponentInfoNotFoundException
public ComponentInfoNotFoundException(ComponentTypeAndSourceLocation componentTypeAndSourceLocation, String message) - Parameters:
componentTypeAndSourceLocation- ComponentTypeAndSourceLocation that causes the exceptionmessage- default message
-
-
Method Details
-
getComponentTypeAndSourceLocation
-
getMessage
- Overrides:
getMessagein classThrowable
-