<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.lang.ExceptionInInitializerError
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.lang.html">This Package</a>  <a href="java.lang.Error.html#_top_">Previous</a>  <a href="java.lang.IllegalAccessError.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.lang.ExceptionInInitializerError
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.lang.Throwable.html#_top_">java.lang.Throwable</a>
           |
           +----<a href="java.lang.Error.html#_top_">java.lang.Error</a>
                   |
                   +----<a href="java.lang.LinkageError.html#_top_">java.lang.LinkageError</a>
                           |
                           +----java.lang.ExceptionInInitializerError
</pre>
<hr>
<dl>
  <dt> public class <b>ExceptionInInitializerError</b>
  <dt> extends <a href="java.lang.LinkageError.html#_top_">LinkageError</a>
</dl>
Signals that an unexpected exception has occurred in a static initializer.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ExceptionInInitializerError()"><b>ExceptionInInitializerError</b></a>()
  <dd>  Constructs an ExceptionInInitializerError with no detail message.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ExceptionInInitializerError(java.lang.String)"><b>ExceptionInInitializerError</b></a>(String)
  <dd>  Constructs a ExceptionInInitializerError with the specified detail message.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ExceptionInInitializerError(java.lang.Throwable)"><b>ExceptionInInitializerError</b></a>(Throwable)
  <dd>  Constructs a new ExceptionInInitializerError class initialized to 
 the specific throwable

 
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getException()"><b>getException</b></a>()
  <dd>  Returns the exception that occurred during a static initialization that
 caused this Error to be created.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="ExceptionInInitializerError"></a>
<a name="ExceptionInInitializerError()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ExceptionInInitializerError</b>
<pre>
 public ExceptionInInitializerError()
</pre>
<dl>
  <dd> Constructs an ExceptionInInitializerError with no detail message.
 A detail message is a String that describes this particular exception.
<p>
</dl>
<a name="ExceptionInInitializerError(java.lang.Throwable)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ExceptionInInitializerError</b>
<pre>
 public ExceptionInInitializerError(<a href="java.lang.Throwable.html#_top_">Throwable</a> thrown)
</pre>
<dl>
  <dd> Constructs a new ExceptionInInitializerError class initialized to 
 the specific throwable
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> thrown - The exception thrown
  </dl></dd>
</dl>
<a name="ExceptionInInitializerError(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ExceptionInInitializerError</b>
<pre>
 public ExceptionInInitializerError(<a href="java.lang.String.html#_top_">String</a> s)
</pre>
<dl>
  <dd> Constructs a ExceptionInInitializerError with the specified detail message.
 A detail message is a String that describes this particular exception.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> s - the detail message
  </dl></dd>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getException()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getException"><b>getException</b></a>
<pre>
 public <a href="java.lang.Throwable.html#_top_">Throwable</a> getException()
</pre>
<dl>
  <dd> Returns the exception that occurred during a static initialization that
 caused this Error to be created.
<p>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.lang.html">This Package</a>  <a href="java.lang.Error.html#_top_">Previous</a>  <a href="java.lang.IllegalAccessError.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
