Package com.rs.seagull.emulator.api
Class TableScrollException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rs.seagull.emulator.api.ApiException
com.rs.seagull.emulator.api.TableScrollException
- All Implemented Interfaces:
 Serializable
An unchecked exception for problems scrolling through tables.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionTableScrollException(String startingScreen, String currentScreen) Create a TableScrollException.TableScrollException(String prefix, String startingScreen, String currentScreen) Create a TableScrollException. - 
Method Summary
Methods inherited from class com.rs.seagull.emulator.api.ApiException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
- 
Field Details
- 
startingScreen
The screen where the table scroll started - 
currentScreen
The current screen - 
prefix
A prefix to put before the exception's message 
 - 
 - 
Constructor Details
- 
TableScrollException
Create a TableScrollException.- Parameters:
 startingScreen- the screen where the table scroll startedcurrentScreen- the current screen
 - 
TableScrollException
Create a TableScrollException.- Parameters:
 prefix- a prefix to put before the exception's messagestartingScreen- the screen where the table scroll startedcurrentScreen- the current screen
 
 - 
 - 
Method Details
- 
getMessage
- Overrides:
 getMessagein classThrowable
 
 -