Class TextPageOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.text.TextPageOperationException
All Implemented Interfaces:
Serializable

@API(type=EXTENDABLE, src=PUBLIC) public class TextPageOperationException extends Exception
An exception thrown when something goes wrong.
Since:
19
See Also:
  • Constructor Details

    • TextPageOperationException

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

      public TextPageOperationException(String message, boolean error)
      Constructor.
      Parameters:
      message - The error message.
      error - true if the message is an error message.
    • TextPageOperationException

      public TextPageOperationException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The error message.
      cause - The cause of the exception.
    • TextPageOperationException

      public TextPageOperationException(String message, Throwable cause, boolean error)
      Constructor.
      Parameters:
      message - The error message.
      cause - The cause of the exception.
      error - true if the message is an error message.
  • Method Details

    • isError

      public boolean isError()
      true if the message is an error message.
      Returns:
      Returns true if the message is an error message.