config/v1.1.0-4dd6c85cab1ef1a4415abb74704d60e57497b7b8/serialized-form.html

279 lines
10 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 (version 1.7.0_45) on Wed Jan 08 10:44:12 EST 2014 -->
<title>Serialized Form</title>
<meta name="date" content="2014-01-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/typesafe/config/package-summary.html">Package</a></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&nbsp;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"><a name="serialized_methods">
<!-- -->
</a>
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockList"><a name="readObject(java.io.ObjectInputStream)">
<!-- -->
</a>
<h4>readObject</h4>
<pre>private&nbsp;void&nbsp;readObject(java.io.ObjectInputStream&nbsp;in)
throws java.io.IOException,
java.lang.ClassNotFoundException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
<dd><code>java.lang.ClassNotFoundException</code></dd></dl>
</li>
<li class="blockListLast"><a name="writeObject(java.io.ObjectOutputStream)">
<!-- -->
</a>
<h4>writeObject</h4>
<pre>private&nbsp;void&nbsp;writeObject(java.io.ObjectOutputStream&nbsp;out)
throws java.io.IOException</pre>
<dl><dt><span class="strong">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.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>
</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"><a name="serializedForm">
<!-- -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>problems</h4>
<pre>java.lang.Iterable&lt;T&gt; problems</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/typesafe/config/package-summary.html">Package</a></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>