Skip to content

Commit

Permalink
#v3.2.1910.0-rc - Exception handling refactored (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Buedo authored Oct 18, 2019
1 parent dba1f48 commit f6a187e
Show file tree
Hide file tree
Showing 56 changed files with 1,410 additions and 400 deletions.
226 changes: 171 additions & 55 deletions doc/allclasses-index.html

Large diffs are not rendered by default.

24 changes: 14 additions & 10 deletions doc/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
<!-- Generated by javadoc (12.0.1) on Fri Oct 18 17:04:26 CEST 2019 -->
<title>All Packages</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2019-10-16">
<meta name="dc.created" content="2019-10-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down Expand Up @@ -94,38 +94,42 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/package-summary.html">com.bitpay.sdk.model</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/exceptions/package-summary.html">com.bitpay.sdk.exceptions</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Bill/package-summary.html">com.bitpay.sdk.model.Bill</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/package-summary.html">com.bitpay.sdk.model</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Invoice/package-summary.html">com.bitpay.sdk.model.Invoice</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Bill/package-summary.html">com.bitpay.sdk.model.Bill</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Ledger/package-summary.html">com.bitpay.sdk.model.Ledger</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Invoice/package-summary.html">com.bitpay.sdk.model.Invoice</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Payout/package-summary.html">com.bitpay.sdk.model.Payout</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Ledger/package-summary.html">com.bitpay.sdk.model.Ledger</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Rate/package-summary.html">com.bitpay.sdk.model.Rate</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Payout/package-summary.html">com.bitpay.sdk.model.Payout</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Settlement/package-summary.html">com.bitpay.sdk.model.Settlement</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Rate/package-summary.html">com.bitpay.sdk.model.Rate</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/util/package-summary.html">com.bitpay.sdk.util</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Settlement/package-summary.html">com.bitpay.sdk.model.Settlement</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/util/package-summary.html">com.bitpay.sdk.util</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="test/package-summary.html">test</a></th>
<td class="colLast">&nbsp;</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions doc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
<!-- Generated by javadoc (12.0.1) on Fri Oct 18 17:04:26 CEST 2019 -->
<title>Constant Field Values</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2019-10-16">
<meta name="dc.created" content="2019-10-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down
1 change: 1 addition & 0 deletions doc/element-list
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
com.bitpay.sdk
com.bitpay.sdk.exceptions
com.bitpay.sdk.model
com.bitpay.sdk.model.Bill
com.bitpay.sdk.model.Invoice
Expand Down
4 changes: 2 additions & 2 deletions doc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
<!-- Generated by javadoc (12.0.1) on Fri Oct 18 17:04:26 CEST 2019 -->
<title>API Help</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2019-10-16">
<meta name="dc.created" content="2019-10-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down
24 changes: 14 additions & 10 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
<!-- Generated by javadoc (12.0.1) on Fri Oct 18 17:04:26 CEST 2019 -->
<title>Overview</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2019-10-16">
<meta name="dc.created" content="2019-10-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down Expand Up @@ -89,38 +89,42 @@
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i1">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/package-summary.html">com.bitpay.sdk.model</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/exceptions/package-summary.html">com.bitpay.sdk.exceptions</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i2">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Bill/package-summary.html">com.bitpay.sdk.model.Bill</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/package-summary.html">com.bitpay.sdk.model</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i3">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Invoice/package-summary.html">com.bitpay.sdk.model.Invoice</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Bill/package-summary.html">com.bitpay.sdk.model.Bill</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i4">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Ledger/package-summary.html">com.bitpay.sdk.model.Ledger</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Invoice/package-summary.html">com.bitpay.sdk.model.Invoice</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i5">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Payout/package-summary.html">com.bitpay.sdk.model.Payout</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Ledger/package-summary.html">com.bitpay.sdk.model.Ledger</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i6">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Rate/package-summary.html">com.bitpay.sdk.model.Rate</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Payout/package-summary.html">com.bitpay.sdk.model.Payout</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i7">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Settlement/package-summary.html">com.bitpay.sdk.model.Settlement</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Rate/package-summary.html">com.bitpay.sdk.model.Rate</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i8">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/util/package-summary.html">com.bitpay.sdk.util</a></th>
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/model/Settlement/package-summary.html">com.bitpay.sdk.model.Settlement</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i9">
<th class="colFirst" scope="row"><a href="com/bitpay/sdk/util/package-summary.html">com.bitpay.sdk.util</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i10">
<th class="colFirst" scope="row"><a href="test/package-summary.html">test</a></th>
<td class="colLast">&nbsp;</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/member-search-index.js

Large diffs are not rendered by default.

Binary file modified doc/member-search-index.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
<!-- Generated by javadoc (12.0.1) on Fri Oct 18 17:04:26 CEST 2019 -->
<title>Generated Documentation (Untitled)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2019-10-16">
<meta name="dc.created" content="2019-10-18">
<script type="text/javascript">window.location.replace('index.html')</script>
<noscript>
<meta http-equiv="Refresh" content="0;index.html">
Expand Down
64 changes: 62 additions & 2 deletions doc/overview-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
<!-- Generated by javadoc (12.0.1) on Fri Oct 18 17:04:26 CEST 2019 -->
<title>Class Hierarchy</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2019-10-16">
<meta name="dc.created" content="2019-10-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down Expand Up @@ -80,6 +80,7 @@ <h1 class="title">Hierarchy For All Packages</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="com/bitpay/sdk/package-tree.html">com.bitpay.sdk</a>, </li>
<li><a href="com/bitpay/sdk/exceptions/package-tree.html">com.bitpay.sdk.exceptions</a>, </li>
<li><a href="com/bitpay/sdk/model/package-tree.html">com.bitpay.sdk.model</a>, </li>
<li><a href="com/bitpay/sdk/model/Bill/package-tree.html">com.bitpay.sdk.model.Bill</a>, </li>
<li><a href="com/bitpay/sdk/model/Invoice/package-tree.html">com.bitpay.sdk.model.Invoice</a>, </li>
Expand Down Expand Up @@ -161,6 +162,65 @@ <h2 title="Class Hierarchy">Class Hierarchy</h2>
<li class="circle">java.lang.Exception
<ul>
<li class="circle">com.bitpay.sdk.<a href="com/bitpay/sdk/BitPayException.html" title="class in com.bitpay.sdk"><span class="typeNameLink">BitPayException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/BitPayException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">BitPayException</span></a>
<ul>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/BillException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">BillException</span></a>
<ul>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/BillCreationException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">BillCreationException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/BillDeliveryException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">BillDeliveryException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/BillQueryException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">BillQueryException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/BillUpdateException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">BillUpdateException</span></a></li>
</ul>
</li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/CurrencyException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">CurrencyException</span></a>
<ul>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/CurrencyQueryException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">CurrencyQueryException</span></a></li>
</ul>
</li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/InvoiceException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">InvoiceException</span></a>
<ul>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/InvoiceCreationException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">InvoiceCreationException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/InvoiceQueryException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">InvoiceQueryException</span></a></li>
</ul>
</li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/LedgerException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">LedgerException</span></a>
<ul>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/LedgerQueryException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">LedgerQueryException</span></a></li>
</ul>
</li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/PayoutCreationException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">PayoutCreationException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/PayoutException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">PayoutException</span></a>
<ul>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/PayoutCancellationException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">PayoutCancellationException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/PayoutQueryException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">PayoutQueryException</span></a></li>
</ul>
</li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/RateException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">RateException</span></a>
<ul>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/RateQueryException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">RateQueryException</span></a></li>
</ul>
</li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/RefundException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">RefundException</span></a>
<ul>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/RefundCancellationException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">RefundCancellationException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/RefundCreationException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">RefundCreationException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/RefundQueryException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">RefundQueryException</span></a></li>
</ul>
</li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/SettlementException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">SettlementException</span></a>
<ul>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/SettlementQueryException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">SettlementQueryException</span></a></li>
</ul>
</li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/SubscriptionException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">SubscriptionException</span></a>
<ul>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/SubscriptionCreationException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">SubscriptionCreationException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/SubscriptionQueryException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">SubscriptionQueryException</span></a></li>
<li class="circle">com.bitpay.sdk.exceptions.<a href="com/bitpay/sdk/exceptions/SubscriptionUpdateException.html" title="class in com.bitpay.sdk.exceptions"><span class="typeNameLink">SubscriptionUpdateException</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/package-search-index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified doc/package-search-index.zip
Binary file not shown.
Loading

0 comments on commit f6a187e

Please sign in to comment.