Class OnlyofficeDocumentEditorPlugin.EditorError
- java.lang.Object
-
- org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorError
-
- Enclosing class:
- OnlyofficeDocumentEditorPlugin
public static class OnlyofficeDocumentEditorPlugin.EditorError extends Object
The Class Error.
-
-
Constructor Summary
Constructors Constructor Description EditorError(String type, String message)Instantiates a new editor error.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Gets the message.StringgetType()Gets the type.
-