ValidationInfo 
            data class ValidationInfo(message: String, component: JComponent?, quickFix: Runnable?)
Content copied to clipboard
Carries information on why a component has invalid input.
Based on com.intellij.openapi.ui.ValidationInfo and com.intellij.openapi.options.ConfigurationException.
Constructors
ValidationInfo
                          
                    Link copied to clipboard
                        fun ValidationInfo(message: String, component: JComponent? = null, quickFix: Runnable? = null)
Content copied to clipboard
Properties
Sources
jvm source
                          
                    
                  Link copied to clipboard