Author: bayard
Date: Fri Mar 4 05:45:08 2011
New Revision: 1077821
URL: http://svn.apache.org/viewvc?rev=1077821&view=rev
Log:
Adding a header for the exception section
Modified:
commons/proper/lang/trunk/src/site/xdoc/article3_0.xml
Modified: commons/proper/lang/trunk/src/site/xdoc/article3_0.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/article3_0.xml?rev=1077821&r1=1077820&r2=1077821&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/article3_0.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/article3_0.xml Fri Mar 4 05:45:08
2011
@@ -60,6 +60,7 @@ we are on Java 6, where the last remaini
proved to be both an uncommon use case and one with bugs and so was dropped.
</p>
<h3>StringEscapeUtils.escapeSql</h3>
<p>This was a misleading method, only handling the simplest of possible SQL
cases. As SQL is not Lang's focus, it didn't make sense to maintain this
method. </p>
+<h3>*Exceptions removed</h3>
<p>Various Exception classes were removed - the lesson in defining more
semantically relevant exception classes is that you can keep on coming up with
more and more new classes. Simpler to focus on using the main JDK classes. </p>
<h3>math.*Range</h3>
<p>The various Range classes in the <code>math</code> package were removed in
favour of a new generic Range class. </p>