public class ComponentGenerationException extends RuntimeException
| Constructor and Description |
|---|
ComponentGenerationException(String message)
Constructs the exception with a message.
|
ComponentGenerationException(String message,
Throwable cause)
Constructs the exception with a message and a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ComponentGenerationException(String message)
message - The message of the error.Copyright © 2000–2019 Vaadin Ltd. All rights reserved.