Package org.exolab.castor.xml.location
Interface Location
-
- All Known Implementing Classes:
FileLocation,XPathLocation
public interface LocationA simple Location class used for fine grained detail of exceptions.- Version:
- $Revision: 6936 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
- Author:
- Keith Visco
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoString()Returns the String representation of this Location.
-