CAUSE_METHOD_NAMES: Updated JavaDoc for last commit.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99ba8f14d5
commit
7004cc6250
|
@ -68,7 +68,8 @@ import java.sql.SQLException;
|
||||||
public class ExceptionUtils
|
public class ExceptionUtils
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The name of the <code>getCause()</code> method.
|
* The names of methods commonly used to access a wrapped
|
||||||
|
* exception.
|
||||||
*/
|
*/
|
||||||
protected static final String[] CAUSE_METHOD_NAMES =
|
protected static final String[] CAUSE_METHOD_NAMES =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue