NotAFuctionException is not deprecated for now

This commit is contained in:
igor%mir2.org 2004-09-28 07:20:27 +00:00
parent 57144a075d
commit e394b15872

View File

@ -125,10 +125,9 @@ The following classes that were deprecated in Rhino 1.5R5 are no longer availabl
<ul>
<li><tt>org.mozilla.javascript.ClassNameHelper</tt></li>
<li><tt>org.mozilla.javascript.ClassRepository</tt></li>
<li><tt>org.mozilla.javascript.NotAFunctionException</tt></li>
</ul>
See documentation for <a href="apidocs/org/mozilla/javascript/optimizer/ClassCompiler.html"><tt>org.mozilla.javascript.optimizer.ClassCompiler</tt></a> that provides replacement for ClassNameHelper and ClassRepository and <a href="apidocs/org/mozilla/javascript/RhinoException.html"><tt>org.mozilla.javascript.RhinoException</tt></a> that gives the common root for all Rhino exceptions.
See documentation for <a href="apidocs/org/mozilla/javascript/optimizer/ClassCompiler.html"><tt>org.mozilla.javascript.optimizer.ClassCompiler</tt></a> that provides replacement for ClassNameHelper and ClassRepository.
</p>
<hr width="100%"><br>