Class TextOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(type=EXTENDABLE,
         src=PUBLIC)
    public class TextOperationException
    extends java.lang.Exception
    An exception thrown by a text editing operation when it fails.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TextOperationException

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

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