Package com.rs.seagull.emulator.api
Class ApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.rs.seagull.emulator.api.ApiException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FieldException
,TableScrollException
public class ApiException extends RuntimeException
base exception for most/all exceptions thrown from the API these are unchecked exceptions.- Author:
- mzibra
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-