uTools-Manuals/docs/java/javax/xml/validation/SchemaFactoryConfigurationError.html

196 lines
9.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="header">
<div class="subTitle">
compact2, compact3
</div>
<div class="subTitle">
javax.xml.validation
</div>
<h2 class="title" title="Class SchemaFactoryConfigurationError">Class SchemaFactoryConfigurationError</h2>
</div><div class="contentContainer">
<ul class="inheritance">
<li><a href="../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../java/lang/Throwable.html" title="class in java.lang">java.lang.Throwable</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../java/lang/Error.html" title="class in java.lang">java.lang.Error</a></li>
<li>
<ul class="inheritance">
<li>javax.xml.validation.SchemaFactoryConfigurationError</li>
</ul> </li>
</ul> </li>
</ul> </li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>
All Implemented Interfaces:
</dt>
<dd>
<span><a href="../../../java/io/Serializable.html" title="java.io中的接口">Serializable</a></span>
</dd>
</dl>
<hr/> <br/> <pre>public final class <span class="typeNameLabel">SchemaFactoryConfigurationError</span>
extends <a href="../../../java/lang/Error.html" title="class in java.lang">Error</a></pre>
<div class="block">
<span>当存在具有Schema工厂的配置问题时抛出。</span>
<span>当系统属性中指定的模式工厂的类无法找到或实例化时,通常会抛出此错误。</span>
</div>
<dl>
<dt>
<span class="simpleTagLabel">从以下版本开始:</span>
</dt>
<dd>
1.8
</dd>
<dt>
<span class="seeLabel">另请参见:</span>
</dt>
<dd>
<a href="../../../serialized-form.html#javax.xml.validation.SchemaFactoryConfigurationError">Serialized Form</a>
</dd>
</dl> </li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- --> </a> <h3>构造方法摘要</h3>
<table border="0" cellpadding="3" cellspacing="0" class="memberSummary" summary="Constructor Summary table, listing constructors, and an explanation">
<caption>
<span>构造方法</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../javax/xml/validation/SchemaFactoryConfigurationError.html#SchemaFactoryConfigurationError--">SchemaFactoryConfigurationError</a></span>()</code>
<div class="block">
创建一个新的
<code>SchemaFactoryConfigurationError</code>没有详细信息。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../javax/xml/validation/SchemaFactoryConfigurationError.html#SchemaFactoryConfigurationError-java.lang.String-">SchemaFactoryConfigurationError</a></span>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> message)</code>
<div class="block">
创建一个新的
<code>SchemaFactoryConfigurationError</code> ,其中
<code>String</code>指定为错误消息。
</div> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../javax/xml/validation/SchemaFactoryConfigurationError.html#SchemaFactoryConfigurationError-java.lang.String-java.lang.Throwable-">SchemaFactoryConfigurationError</a></span>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> message, <a href="../../../java/lang/Throwable.html" title="class in java.lang">Throwable</a> cause)</code>
<div class="block">
创建一个新的
<code>SchemaFactoryConfigurationError</code>与给定的
<code>Throwable</code>基本原因和详细信息。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../javax/xml/validation/SchemaFactoryConfigurationError.html#SchemaFactoryConfigurationError-java.lang.Throwable-">SchemaFactoryConfigurationError</a></span>(<a href="../../../java/lang/Throwable.html" title="class in java.lang">Throwable</a> cause)</code>
<div class="block">
创建一个新的
<code>SchemaFactoryConfigurationError</code>与给定的
<code>Throwable</code>基础原因。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- --> </a> <h3>方法摘要</h3>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
<!-- --> </a> <h3>Methods inherited from class java.lang.<a href="../../../java/lang/Throwable.html" title="class in java.lang">Throwable</a></h3> <code><a href="../../../java/lang/Throwable.html#addSuppressed-java.lang.Throwable-">addSuppressed</a>, <a href="../../../java/lang/Throwable.html#fillInStackTrace--">fillInStackTrace</a>, <a href="../../../java/lang/Throwable.html#getCause--">getCause</a>, <a href="../../../java/lang/Throwable.html#getLocalizedMessage--">getLocalizedMessage</a>, <a href="../../../java/lang/Throwable.html#getMessage--">getMessage</a>, <a href="../../../java/lang/Throwable.html#getStackTrace--">getStackTrace</a>, <a href="../../../java/lang/Throwable.html#getSuppressed--">getSuppressed</a>, <a href="../../../java/lang/Throwable.html#initCause-java.lang.Throwable-">initCause</a>, <a href="../../../java/lang/Throwable.html#printStackTrace--">printStackTrace</a>, <a href="../../../java/lang/Throwable.html#printStackTrace-java.io.PrintStream-">printStackTrace</a>, <a href="../../../java/lang/Throwable.html#printStackTrace-java.io.PrintWriter-">printStackTrace</a>, <a href="../../../java/lang/Throwable.html#setStackTrace-java.lang.StackTraceElement:A-">setStackTrace</a>, <a href="../../../java/lang/Throwable.html#toString--">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- --> </a> <h3>Methods inherited from class java.lang.<a href="../../../java/lang/Object.html" title="class in java.lang">Object</a></h3> <code><a href="../../../java/lang/Object.html#clone--">clone</a>, <a href="../../../java/lang/Object.html#equals-java.lang.Object-">equals</a>, <a href="../../../java/lang/Object.html#finalize--">finalize</a>, <a href="../../../java/lang/Object.html#getClass--">getClass</a>, <a href="../../../java/lang/Object.html#hashCode--">hashCode</a>, <a href="../../../java/lang/Object.html#notify--">notify</a>, <a href="../../../java/lang/Object.html#notifyAll--">notifyAll</a>, <a href="../../../java/lang/Object.html#wait--">wait</a>, <a href="../../../java/lang/Object.html#wait-long-">wait</a>, <a href="../../../java/lang/Object.html#wait-long-int-">wait</a></code></li>
</ul> </li>
</ul> </li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- --> </a> <h3>构造方法详细信息</h3> <a name="SchemaFactoryConfigurationError--">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>SchemaFactoryConfigurationError</h4> <pre>public SchemaFactoryConfigurationError()</pre>
<div class="block">
创建一个新的
<code>SchemaFactoryConfigurationError</code>没有详细信息。
</div> </li>
</ul> <a name="SchemaFactoryConfigurationError-java.lang.String-">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>SchemaFactoryConfigurationError</h4> <pre>public SchemaFactoryConfigurationError(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> message)</pre>
<div class="block">
创建一个新的
<code>SchemaFactoryConfigurationError</code>
<code>String</code>指定为错误消息。
</div>
<dl>
<dt>
<span class="paramLabel">参数</span>
</dt>
<dd>
<code>message</code> - 异常的错误信息。
</dd>
</dl> </li>
</ul> <a name="SchemaFactoryConfigurationError-java.lang.Throwable-">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>SchemaFactoryConfigurationError</h4> <pre>public SchemaFactoryConfigurationError(<a href="../../../java/lang/Throwable.html" title="class in java.lang">Throwable</a> cause)</pre>
<div class="block">
创建一个新的
<code>SchemaFactoryConfigurationError</code>与给定的
<code>Throwable</code>基本原因。
</div>
<dl>
<dt>
<span class="paramLabel">参数</span>
</dt>
<dd>
<code>cause</code> - 要封装在SchemaFactoryConfigurationError中的异常或错误。
</dd>
</dl> </li>
</ul> <a name="SchemaFactoryConfigurationError-java.lang.String-java.lang.Throwable-">
<!-- --> </a>
<ul class="blockListLast">
<li class="blockList"> <h4>SchemaFactoryConfigurationError</h4> <pre>public SchemaFactoryConfigurationError(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> message,
<a href="../../../java/lang/Throwable.html" title="class in java.lang">Throwable</a> cause)</pre>
<div class="block">
创建一个新的
<code>SchemaFactoryConfigurationError</code>与给定的
<code>Throwable</code>基本原因和详细信息。
</div>
<dl>
<dt>
<span class="paramLabel">参数</span>
</dt>
<dd>
<code>cause</code> - 要封装在SchemaFactoryConfigurationError中的异常或错误。
</dd>
<dd>
<code>message</code> - 详细信息。
</dd>
</dl> </li>
</ul> </li>
</ul> </li>
</ul>
</div>
</div>