com.vaadin.flow.templatemodel.

Class InvalidTemplateModelException

  • All Implemented Interfaces:

    Serializable


    public class InvalidTemplateModelException
    extends RuntimeException

    Exception thrown when encountering an invalid type in a template model.

    Since:

    1.0

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form

    • Constructor Detail

      • InvalidTemplateModelException

        public InvalidTemplateModelException(String message,
                                             Throwable cause)

        Creates a new exception with the given message and cause.

        Parameters:

        message - the exception message

        cause - the cause of the exception

      • InvalidTemplateModelException

        public InvalidTemplateModelException(String message)

        Creates a new exception with the given message.

        Parameters:

        message - the exception message