Class TableScrollException

All Implemented Interfaces:
Serializable

public class TableScrollException extends ApiException
An unchecked exception for problems scrolling through tables.
See Also:
  • Field Details

    • startingScreen

      public final String startingScreen
      The screen where the table scroll started
    • currentScreen

      public final String currentScreen
      The current screen
    • prefix

      public final String prefix
      A prefix to put before the exception's message
  • Constructor Details

    • TableScrollException

      public TableScrollException(String startingScreen, String currentScreen)
      Create a TableScrollException.
      Parameters:
      startingScreen - the screen where the table scroll started
      currentScreen - the current screen
    • TableScrollException

      public TableScrollException(String prefix, String startingScreen, String currentScreen)
      Create a TableScrollException.
      Parameters:
      prefix - a prefix to put before the exception's message
      startingScreen - the screen where the table scroll started
      currentScreen - the current screen
  • Method Details