mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-09 00:11:24 +00:00
Update to v1.108
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (11.0.5) on Wed Jan 22 13:11:44 PST 2020 -->
|
||||
<title>GHFileNotFoundException (GitHub API for Java 1.103 API)</title>
|
||||
<!-- Generated by javadoc (11.0.5) on Wed Mar 04 17:02:05 PST 2020 -->
|
||||
<title>GHFileNotFoundException (GitHub API for Java 1.108 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2020-01-22">
|
||||
<meta name="dc.created" content="2020-03-04">
|
||||
<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>
|
||||
@@ -21,7 +21,7 @@
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="GHFileNotFoundException (GitHub API for Java 1.103 API)";
|
||||
parent.document.title="GHFileNotFoundException (GitHub API for Java 1.108 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
@@ -214,7 +214,14 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/FileNotFoundE
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String)">GHFileNotFoundException</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> s)</code></th>
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String)">GHFileNotFoundException</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> message)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Instantiates a new Gh file not found exception.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.lang.Throwable)">GHFileNotFoundException</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> message,
|
||||
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Throwable</a> cause)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Instantiates a new Gh file not found exception.</div>
|
||||
</td>
|
||||
@@ -307,14 +314,30 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/FileNotFoundE
|
||||
<a id="<init>(java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>GHFileNotFoundException</h4>
|
||||
<pre>public GHFileNotFoundException​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> s)</pre>
|
||||
<pre>public GHFileNotFoundException​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> message)</pre>
|
||||
<div class="block">Instantiates a new Gh file not found exception.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>s</code> - the s</dd>
|
||||
<dd><code>message</code> - the message</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a id="<init>(java.lang.String,java.lang.Throwable)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>GHFileNotFoundException</h4>
|
||||
<pre>public GHFileNotFoundException​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> message,
|
||||
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Throwable</a> cause)</pre>
|
||||
<div class="block">Instantiates a new Gh file not found exception.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>message</code> - the message</dd>
|
||||
<dd><code>cause</code> - the cause</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user