You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.copilot.plugins.themeeditor.utils.

Class ThemeEditorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.copilot.plugins.themeeditor.utils.ThemeEditorException

All Implemented Interfaces:

Serializable

public class ThemeEditorException extends RuntimeException

See Also:

  • Constructor Details

    • ThemeEditorException

      public ThemeEditorException()
    • ThemeEditorException

      public ThemeEditorException(String message)
    • ThemeEditorException

      public ThemeEditorException(String message, Throwable cause)
    • ThemeEditorException

      public ThemeEditorException(Throwable cause)
    • ThemeEditorException

      public ThemeEditorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)