|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.betfair.games.ApiAdapterException
public class ApiAdapterException
The ApiAdapterException is thrown from all com.betfair.games classes when unexpected events occur, sending a message to the developer. In this version ApiAdapterException is expected to result in termination of the application and not to be used for error handling during execution.
| Constructor Summary | |
|---|---|
ApiAdapterException()
Constructs a ApiAdapterException to be thrown without message for the developer. |
|
ApiAdapterException(java.lang.String message)
Constructs an ApiAdapterException to be thrown when the ApiAdapter is not working properly and is it recommended that the application is terminated and the developer troubleshoot the application. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApiAdapterException()
public ApiAdapterException(java.lang.String message)
message - describing the cause behind throwing the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||