Class TextScanManagerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CheckpointException, FailTextFoundException, IncorrectOccurrencesException, MissingTextException, TextScanException

public class TextScanManagerException extends ManagerException
See Also:
  • Constructor Details

    • TextScanManagerException

      public TextScanManagerException()
    • TextScanManagerException

      public TextScanManagerException(String message)
    • TextScanManagerException

      public TextScanManagerException(Throwable cause)
    • TextScanManagerException

      public TextScanManagerException(String message, Throwable cause)
    • TextScanManagerException

      public TextScanManagerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)