Class EditorErrorEvent.EditorError
java.lang.Object
com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
- Enclosing class:
EditorErrorEvent
编辑器错误详情
-
Constructor Summary
ConstructorsConstructorDescriptionEditorError(String code, String message, EditorErrorEvent.ErrorSeverity severity, boolean recoverable, String stackTrace) 创建错误详情 -
Method Summary
-
Constructor Details
-
EditorError
public EditorError(String code, String message, EditorErrorEvent.ErrorSeverity severity, boolean recoverable, String stackTrace) 创建错误详情- Parameters:
code- 错误代码message- 错误消息severity- 严重程度recoverable- 是否可恢复stackTrace- 堆栈跟踪(可选)
-
-
Method Details
-
getCode
-
getMessage
-
getSeverity
-
isRecoverable
public boolean isRecoverable() -
getStackTrace
-
toString
-