CVS: Tapestry/framework/src/net/sf/tapestry/util/xml DocumentParseException.java,1.5.2.1,1.5.2.2
Howard Lewis Ship <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/util/xml
In directory sc8-pr-cvs1:/tmp/cvs-serv1120/framework/src/net/sf/tapestry/util/xml
Modified Files:
Tag: hship-2-3
DocumentParseException.java
Log Message:
Minor improvements to exception reporting, to assist end-users in diagnosing problems.
Index: DocumentParseException.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/util/xml/DocumentParseException.java,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -d -r1.5.2.1 -r1.5.2.2
*** DocumentParseException.java 7 Dec 2002 13:26:14 -0000 1.5.2.1
--- DocumentParseException.java 17 Dec 2002 20:50:21 -0000 1.5.2.2
***************
*** 29,35 ****
}
! public DocumentParseException(String message, IResourceLocation resourcePath)
{
! this(message, resourcePath, null);
}
--- 29,35 ----
}
! public DocumentParseException(String message, IResourceLocation resourceLocation)
{
! this(message, resourceLocation, null);
}
***************
*** 95,99 ****
}
! public IResourceLocation getResourcePath()
{
return _resourceLocation;
--- 95,99 ----
}
! public IResourceLocation getResourceLocation()
{
return _resourceLocation;
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/