You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.server.frontend.installer.

Class InstallationException

  • All Implemented Interfaces:

    Serializable

    public class InstallationException
    extends Exception

    Exception indicating a failure during installation of node and npm.

    Derived from eirslett/frontend-maven-plugin

    For internal use only. May be renamed or removed in a future release.

    Since:

    See Also:

    Serialized Form

    • Constructor Detail

      • InstallationException

        public InstallationException​(String message)

        Exception with message.

        Parameters:

        message - exception message

      • InstallationException

        public InstallationException​(String message,
                                     Throwable cause)

        Exceptioon with message and cause.

        Parameters:

        message - exception message

        cause - cause for exception