Class TextOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.exml.workspace.api.editor.page.text.xml.TextOperationException
All Implemented Interfaces:
Serializable

@API(type=EXTENDABLE, src=PUBLIC) public class TextOperationException extends Exception
An exception thrown by a text editing operation when it fails.
See Also:
  • Constructor Details

    • TextOperationException

      public TextOperationException(String message)
      Constructor.
      Parameters:
      message - The error message.
    • TextOperationException

      public TextOperationException(String message, Throwable ex)
      Constructor.
      Parameters:
      message - The error message.
      ex - The exception cause.