mirror of
https://github.com/lightbend/config.git
synced 2025-02-04 16:40:13 +08:00
351 lines
13 KiB
HTML
351 lines
13 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (1.8.0_292) on Tue Oct 17 12:04:18 CEST 2023 -->
|
|
<title>Serialized Form</title>
|
|
<meta name="date" content="2023-10-17">
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
<script type="text/javascript" src="script.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
try {
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Serialized Form";
|
|
}
|
|
}
|
|
catch(err) {
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar.top">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a name="navbar.top.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip.navbar.top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<div class="header">
|
|
<h1 title="Serialized Form" class="title">Serialized Form</h1>
|
|
</div>
|
|
<div class="serializedFormContainer">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.typesafe.config</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialization Methods</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>readObject</h4>
|
|
<pre>private void <a href="https://github.com/lightbend/config/blob/d279841c425e70645feacbdc03e41b3b022ad1f9/config/src/main/java/com/typesafe/config/ConfigException.java#L84" target="_blank" >readObject</a>(java.io.ObjectInputStream in)
|
|
throws java.io.IOException,
|
|
java.lang.ClassNotFoundException</pre>
|
|
<dl>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.io.IOException</code></dd>
|
|
<dd><code>java.lang.ClassNotFoundException</code></dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>writeObject</h4>
|
|
<pre>private void <a href="https://github.com/lightbend/config/blob/d279841c425e70645feacbdc03e41b3b022ad1f9/config/src/main/java/com/typesafe/config/ConfigException.java#L56" target="_blank" >writeObject</a>(java.io.ObjectOutputStream out)
|
|
throws java.io.IOException</pre>
|
|
<dl>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.io.IOException</code></dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.BadBean">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.BadBean</a> extends <a href="com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.BadPath">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.BadPath</a> extends <a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.BadValue">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.BadValue</a> extends <a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.BugOrBroken">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.BugOrBroken</a> extends <a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.Generic">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.Generic</a> extends <a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.IO">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.IO</a> extends <a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.Missing">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.Missing</a> extends <a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.NotResolved">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.NotResolved</a> extends <a href="com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.Null">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.Null</a> extends <a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.Parse">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.Parse</a> extends <a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.UnresolvedSubstitution">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.UnresolvedSubstitution</a> extends <a href="com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>detail</h4>
|
|
<pre>java.lang.String detail</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.ValidationFailed">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.ValidationFailed</a> extends <a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>problems</h4>
|
|
<pre>java.lang.Iterable<T> problems</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.ValidationProblem">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.ValidationProblem</a> extends java.lang.Object implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialization Methods</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>readObject</h4>
|
|
<pre>private void <a href="https://github.com/lightbend/config/blob/d279841c425e70645feacbdc03e41b3b022ad1f9/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L377" target="_blank" >readObject</a>(java.io.ObjectInputStream in)
|
|
throws java.io.IOException,
|
|
java.lang.ClassNotFoundException</pre>
|
|
<dl>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.io.IOException</code></dd>
|
|
<dd><code>java.lang.ClassNotFoundException</code></dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>writeObject</h4>
|
|
<pre>private void <a href="https://github.com/lightbend/config/blob/d279841c425e70645feacbdc03e41b3b022ad1f9/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L372" target="_blank" >writeObject</a>(java.io.ObjectOutputStream out)
|
|
throws java.io.IOException</pre>
|
|
<dl>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.io.IOException</code></dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>path</h4>
|
|
<pre>java.lang.String path</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>problem</h4>
|
|
<pre>java.lang.String problem</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.typesafe.config.ConfigException.WrongType">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.WrongType</a> extends <a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar.bottom">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a name="navbar.bottom.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip.navbar.bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</body>
|
|
</html>
|