Class EditorErrorEvent.EditorError

java.lang.Object
com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
Enclosing class:
EditorErrorEvent

public static class EditorErrorEvent.EditorError extends Object
Editor error details.
  • Constructor Details

    • EditorError

      public EditorError(String code, String message, EditorErrorEvent.ErrorSeverity severity, boolean recoverable, String stackTrace)
      Create error details.
      Parameters:
      code - the error code
      message - the error message
      severity - the severity level
      recoverable - whether the error is recoverable
      stackTrace - the stack trace (optional)
  • Method Details