Class EditorErrorEvent.EditorError

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

public static class EditorErrorEvent.EditorError extends Object
编辑器错误详情
  • Constructor Details

    • EditorError

      public EditorError(String code, String message, EditorErrorEvent.ErrorSeverity severity, boolean recoverable, String stackTrace)
      创建错误详情
      Parameters:
      code - 错误代码
      message - 错误消息
      severity - 严重程度
      recoverable - 是否可恢复
      stackTrace - 堆栈跟踪(可选)
  • Method Details