Package com.wontlost.ckeditor.event
Class EditorErrorEvent.EditorError
java.lang.Object
com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
- Enclosing class:
EditorErrorEvent
Editor error details.
-
Constructor Summary
ConstructorsConstructorDescriptionEditorError(String code, String message, EditorErrorEvent.ErrorSeverity severity, boolean recoverable, String stackTrace) Create error details. -
Method Summary
-
Constructor Details
-
EditorError
public EditorError(String code, String message, EditorErrorEvent.ErrorSeverity severity, boolean recoverable, String stackTrace) Create error details.- Parameters:
code- the error codemessage- the error messageseverity- the severity levelrecoverable- whether the error is recoverablestackTrace- the stack trace (optional)
-
-
Method Details