Uses of Class
org.knowm.xchange.coinmate.CoinmateException
Packages that use CoinmateException
-
Uses of CoinmateException in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate that throw CoinmateExceptionModifier and TypeMethodDescriptionstatic List<LimitOrder>
CoinmateAdapters.adaptOpenOrders
(CoinmateOpenOrders coinmateOpenOrders) static Order
CoinmateAdapters.adaptOrder
(CoinmateOrderHistoryEntry coinmateOrder, Function<String, CoinmateOrderHistoryEntry> orderByIdFetcher) Adapt a single order.CoinmateAdapters.adaptStopOrders
(CoinmateOpenOrders coinmateOpenOrders) -
Uses of CoinmateException in org.knowm.xchange.coinmate.service
Methods in org.knowm.xchange.coinmate.service that throw CoinmateExceptionModifier and TypeMethodDescriptionprotected static void
CoinmateBaseService.throwExceptionIfError
(CoinmateBaseResponse response)