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
public class TableScrollException extends ApiException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StringcurrentScreenStringprefixStringstartingScreen
-
Constructor Summary
Constructors Constructor Description TableScrollException(String startingScreen, String currentScreen)TableScrollException(String prefix, String startingScreen, String currentScreen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class com.rs.seagull.emulator.api.ApiException
toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-