blob: 0f4533b62a99cc4aab2a8efa3cd2b67a15660a8c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>MathRuntimeException</title>
<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="MathRuntimeException";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-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&nbsp;Class</li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/openejb/math/MathRuntimeException.html" target="_top">Frames</a></li>
<li><a href="MathRuntimeException.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.openejb.math</div>
<h2 title="Class MathRuntimeException" class="title">Class MathRuntimeException</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Throwable</li>
<li>
<ul class="inheritance">
<li>java.lang.Exception</li>
<li>
<ul class="inheritance">
<li>java.lang.RuntimeException</li>
<li>
<ul class="inheritance">
<li>org.apache.openejb.math.MathRuntimeException</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable</dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">MathRuntimeException</span>
extends java.lang.RuntimeException</pre>
<div class="block">Base class for commons-math unchecked exceptions.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../serialized-form.html#org.apache.openejb.math.MathRuntimeException">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>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#MathRuntimeException-java.lang.String-java.lang.Object...-">MathRuntimeException</a></span>(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>MathRuntimeException</code> with specified
formatted detail message.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#MathRuntimeException-java.lang.Throwable-">MathRuntimeException</a></span>(java.lang.Throwable&nbsp;rootCause)</code>
<div class="block">Constructs a new <code>MathRuntimeException</code> with specified
nested <code>Throwable</code> root cause.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#MathRuntimeException-java.lang.Throwable-java.lang.String-java.lang.Object...-">MathRuntimeException</a></span>(java.lang.Throwable&nbsp;rootCause,
java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>MathRuntimeException</code> with specified
formatted detail message and nested <code>Throwable</code> root cause.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static java.lang.ArithmeticException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createArithmeticException-java.lang.String-java.lang.Object...-">createArithmeticException</a></span>(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>ArithmeticException</code> with specified formatted detail message.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static java.lang.ArrayIndexOutOfBoundsException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createArrayIndexOutOfBoundsException-java.lang.String-java.lang.Object...-">createArrayIndexOutOfBoundsException</a></span>(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>ArrayIndexOutOfBoundsException</code> with specified formatted detail message.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static java.util.ConcurrentModificationException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createConcurrentModificationException-java.lang.String-java.lang.Object...-">createConcurrentModificationException</a></span>(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>ConcurrentModificationException</code> with specified formatted detail message.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static java.io.EOFException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createEOFException-java.lang.String-java.lang.Object...-">createEOFException</a></span>(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>EOFException</code> with specified formatted detail message.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static java.lang.IllegalArgumentException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createIllegalArgumentException-java.lang.String-java.lang.Object...-">createIllegalArgumentException</a></span>(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>IllegalArgumentException</code> with specified formatted detail message.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static java.lang.IllegalArgumentException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createIllegalArgumentException-java.lang.Throwable-">createIllegalArgumentException</a></span>(java.lang.Throwable&nbsp;rootCause)</code>
<div class="block">Constructs a new <code>IllegalArgumentException</code> with specified nested
<code>Throwable</code> root cause.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static java.lang.IllegalStateException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createIllegalStateException-java.lang.String-java.lang.Object...-">createIllegalStateException</a></span>(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>IllegalStateException</code> with specified formatted detail message.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static java.lang.RuntimeException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createInternalError-java.lang.Throwable-">createInternalError</a></span>(java.lang.Throwable&nbsp;cause)</code>
<div class="block">Create an <code>RuntimeException</code> for an internal error.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static java.io.IOException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createIOException-java.lang.Throwable-">createIOException</a></span>(java.lang.Throwable&nbsp;rootCause)</code>
<div class="block">Constructs a new <code>IOException</code> with specified nested
<code>Throwable</code> root cause.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static java.util.NoSuchElementException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createNoSuchElementException-java.lang.String-java.lang.Object...-">createNoSuchElementException</a></span>(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>NoSuchElementException</code> with specified formatted detail message.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>static java.lang.NullPointerException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createNullPointerException-java.lang.String-java.lang.Object...-">createNullPointerException</a></span>(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>NullPointerException</code> with specified formatted detail message.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>static java.text.ParseException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#createParseException-int-java.lang.String-java.lang.Object...-">createParseException</a></span>(int&nbsp;offset,
java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</code>
<div class="block">Constructs a new <code>ParseException</code> with specified
formatted detail message.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>java.lang.Object[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#getArguments--">getArguments</a></span>()</code>
<div class="block">Gets the arguments used to build the message of this throwable.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#getLocalizedMessage--">getLocalizedMessage</a></span>()</code></td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#getMessage--">getMessage</a></span>()</code></td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#getMessage-java.util.Locale-">getMessage</a></span>(java.util.Locale&nbsp;locale)</code>
<div class="block">Gets the message in a specified locale.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#getPattern--">getPattern</a></span>()</code>
<div class="block">Gets the pattern used to build the message of this throwable.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#printStackTrace--">printStackTrace</a></span>()</code>
<div class="block">Prints the stack trace of this exception to the standard error stream.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/math/MathRuntimeException.html#printStackTrace-java.io.PrintStream-">printStackTrace</a></span>(java.io.PrintStream&nbsp;out)</code>
<div class="block">Prints the stack trace of this exception to the specified stream.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
<code>addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</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>Constructor Detail</h3>
<a name="MathRuntimeException-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MathRuntimeException</h4>
<pre>public&nbsp;MathRuntimeException(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>MathRuntimeException</code> with specified
formatted detail message.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
</dl>
</li>
</ul>
<a name="MathRuntimeException-java.lang.Throwable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MathRuntimeException</h4>
<pre>public&nbsp;MathRuntimeException(java.lang.Throwable&nbsp;rootCause)</pre>
<div class="block">Constructs a new <code>MathRuntimeException</code> with specified
nested <code>Throwable</code> root cause.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>rootCause</code> - the exception or error that caused this exception
to be thrown.</dd>
</dl>
</li>
</ul>
<a name="MathRuntimeException-java.lang.Throwable-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MathRuntimeException</h4>
<pre>public&nbsp;MathRuntimeException(java.lang.Throwable&nbsp;rootCause,
java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>MathRuntimeException</code> with specified
formatted detail message and nested <code>Throwable</code> root cause.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>rootCause</code> - the exception or error that caused this exception
to be thrown.</dd>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getPattern--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPattern</h4>
<pre>public&nbsp;java.lang.String&nbsp;getPattern()</pre>
<div class="block">Gets the pattern used to build the message of this throwable.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the pattern used to build the message of this throwable</dd>
</dl>
</li>
</ul>
<a name="getArguments--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getArguments</h4>
<pre>public&nbsp;java.lang.Object[]&nbsp;getArguments()</pre>
<div class="block">Gets the arguments used to build the message of this throwable.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the arguments used to build the message of this throwable</dd>
</dl>
</li>
</ul>
<a name="getMessage-java.util.Locale-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMessage</h4>
<pre>public&nbsp;java.lang.String&nbsp;getMessage(java.util.Locale&nbsp;locale)</pre>
<div class="block">Gets the message in a specified locale.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>locale</code> - Locale in which the message should be translated</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>localized message</dd>
</dl>
</li>
</ul>
<a name="getMessage--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMessage</h4>
<pre>public&nbsp;java.lang.String&nbsp;getMessage()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>getMessage</code>&nbsp;in class&nbsp;<code>java.lang.Throwable</code></dd>
</dl>
</li>
</ul>
<a name="getLocalizedMessage--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLocalizedMessage</h4>
<pre>public&nbsp;java.lang.String&nbsp;getLocalizedMessage()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>getLocalizedMessage</code>&nbsp;in class&nbsp;<code>java.lang.Throwable</code></dd>
</dl>
</li>
</ul>
<a name="printStackTrace--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>printStackTrace</h4>
<pre>public&nbsp;void&nbsp;printStackTrace()</pre>
<div class="block">Prints the stack trace of this exception to the standard error stream.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>printStackTrace</code>&nbsp;in class&nbsp;<code>java.lang.Throwable</code></dd>
</dl>
</li>
</ul>
<a name="printStackTrace-java.io.PrintStream-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>printStackTrace</h4>
<pre>public&nbsp;void&nbsp;printStackTrace(java.io.PrintStream&nbsp;out)</pre>
<div class="block">Prints the stack trace of this exception to the specified stream.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>printStackTrace</code>&nbsp;in class&nbsp;<code>java.lang.Throwable</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>out</code> - the <code>PrintStream</code> to use for output</dd>
</dl>
</li>
</ul>
<a name="createArithmeticException-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createArithmeticException</h4>
<pre>public static&nbsp;java.lang.ArithmeticException&nbsp;createArithmeticException(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>ArithmeticException</code> with specified formatted detail message.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createArrayIndexOutOfBoundsException-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createArrayIndexOutOfBoundsException</h4>
<pre>public static&nbsp;java.lang.ArrayIndexOutOfBoundsException&nbsp;createArrayIndexOutOfBoundsException(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>ArrayIndexOutOfBoundsException</code> with specified formatted detail message.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createEOFException-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEOFException</h4>
<pre>public static&nbsp;java.io.EOFException&nbsp;createEOFException(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>EOFException</code> with specified formatted detail message.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createIOException-java.lang.Throwable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createIOException</h4>
<pre>public static&nbsp;java.io.IOException&nbsp;createIOException(java.lang.Throwable&nbsp;rootCause)</pre>
<div class="block">Constructs a new <code>IOException</code> with specified nested
<code>Throwable</code> root cause.
<p>This factory method allows chaining of other exceptions within an
<code>IOException</code> even for Java 5. The constructor for
<code>IOException</code> with a cause parameter was introduced only
with Java 6.</p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>rootCause</code> - the exception or error that caused this exception
to be thrown.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createIllegalArgumentException-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createIllegalArgumentException</h4>
<pre>public static&nbsp;java.lang.IllegalArgumentException&nbsp;createIllegalArgumentException(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>IllegalArgumentException</code> with specified formatted detail message.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createIllegalArgumentException-java.lang.Throwable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createIllegalArgumentException</h4>
<pre>public static&nbsp;java.lang.IllegalArgumentException&nbsp;createIllegalArgumentException(java.lang.Throwable&nbsp;rootCause)</pre>
<div class="block">Constructs a new <code>IllegalArgumentException</code> with specified nested
<code>Throwable</code> root cause.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>rootCause</code> - the exception or error that caused this exception
to be thrown.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createIllegalStateException-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createIllegalStateException</h4>
<pre>public static&nbsp;java.lang.IllegalStateException&nbsp;createIllegalStateException(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>IllegalStateException</code> with specified formatted detail message.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createConcurrentModificationException-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createConcurrentModificationException</h4>
<pre>public static&nbsp;java.util.ConcurrentModificationException&nbsp;createConcurrentModificationException(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>ConcurrentModificationException</code> with specified formatted detail message.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createNoSuchElementException-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createNoSuchElementException</h4>
<pre>public static&nbsp;java.util.NoSuchElementException&nbsp;createNoSuchElementException(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>NoSuchElementException</code> with specified formatted detail message.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createNullPointerException-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createNullPointerException</h4>
<pre>public static&nbsp;java.lang.NullPointerException&nbsp;createNullPointerException(java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>NullPointerException</code> with specified formatted detail message.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createParseException-int-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createParseException</h4>
<pre>public static&nbsp;java.text.ParseException&nbsp;createParseException(int&nbsp;offset,
java.lang.String&nbsp;pattern,
java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Constructs a new <code>ParseException</code> with specified
formatted detail message.
Message formatting is delegated to <code>MessageFormat</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>offset</code> - offset at which error occurred</dd>
<dd><code>pattern</code> - format specifier</dd>
<dd><code>arguments</code> - format arguments</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>built exception</dd>
</dl>
</li>
</ul>
<a name="createInternalError-java.lang.Throwable-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>createInternalError</h4>
<pre>public static&nbsp;java.lang.RuntimeException&nbsp;createInternalError(java.lang.Throwable&nbsp;cause)</pre>
<div class="block">Create an <code>RuntimeException</code> for an internal error.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>cause</code> - underlying cause</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an <code>RuntimeException</code> for an internal error</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-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&nbsp;Class</li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/openejb/math/MathRuntimeException.html" target="_top">Frames</a></li>
<li><a href="MathRuntimeException.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>