<!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.CloneNotSupportedException
</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.ClassNotFoundException.html#_top_">Previous</a>  <a href="java.lang.Exception.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.lang.CloneNotSupportedException
</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.Exception.html#_top_">java.lang.Exception</a>
                   |
                   +----java.lang.CloneNotSupportedException
</pre>
<hr>
<dl>
  <dt> public class <b>CloneNotSupportedException</b>
  <dt> extends <a href="java.lang.Exception.html#_top_">Exception</a>
</dl>
Thrown to indicate that the <code>clone</code> method in class 
 <code>Object</code> has been called to clone an object, but that 
 the object's class does not implement the <code>Cloneable</code> 
 interface. 
 <p>
 Applications that override the <code>clone</code> method can also 
 throw this exception to indicate that an object could not or 
 should not be cloned.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.lang.Cloneable.html#_top_">Cloneable</a>, <a href="java.lang.Object.html#clone()">clone</a>
</dl>
<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="#CloneNotSupportedException()"><b>CloneNotSupportedException</b></a>()
  <dd>  Constructs a <code>CloneNotSupportedException</code> with no 
 detail message.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CloneNotSupportedException(java.lang.String)"><b>CloneNotSupportedException</b></a>(String)
  <dd>  Constructs a <code>CloneNotSupportedException</code> with the 
 specified detail message.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="CloneNotSupportedException"></a>
<a name="CloneNotSupportedException()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>CloneNotSupportedException</b>
<pre>
 public CloneNotSupportedException()
</pre>
<dl>
  <dd> Constructs a <code>CloneNotSupportedException</code> with no 
 detail message.
<p>
</dl>
<a name="CloneNotSupportedException(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>CloneNotSupportedException</b>
<pre>
 public CloneNotSupportedException(<a href="java.lang.String.html#_top_">String</a> s)
</pre>
<dl>
  <dd> Constructs a <code>CloneNotSupportedException</code> with the 
 specified detail message.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> s - the detail message.
  </dl></dd>
</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.ClassNotFoundException.html#_top_">Previous</a>  <a href="java.lang.Exception.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
