Uses of Enum Class
com.wontlost.ckeditor.event.EditorErrorEvent.ErrorSeverity
Packages that use EditorErrorEvent.ErrorSeverity
-
Uses of EditorErrorEvent.ErrorSeverity in com.wontlost.ckeditor.event
Subclasses with type arguments of type EditorErrorEvent.ErrorSeverity in com.wontlost.ckeditor.eventModifier and TypeClassDescriptionstatic enumError severity level.Methods in com.wontlost.ckeditor.event that return EditorErrorEvent.ErrorSeverityModifier and TypeMethodDescriptionEditorErrorEvent.EditorError.getSeverity()Returns the enum constant of this class with the specified name.static EditorErrorEvent.ErrorSeverity[]EditorErrorEvent.ErrorSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.wontlost.ckeditor.event with parameters of type EditorErrorEvent.ErrorSeverityModifierConstructorDescriptionEditorError(String code, String message, EditorErrorEvent.ErrorSeverity severity, boolean recoverable, String stackTrace) Create error details.