Constructs a new instance of this class with its stack trace, detail message and the location of the error filled in.paramdetailMessage the detail message for this exception.paramlocation the index at which the parse exception occurred.sinceAndroid 1.0 super(detailMessage); errorOffset = location;
super(detailMessage); errorOffset = location;
Returns the index at which this parse exception occurred.returnthe location of this exception in the parsed string.sinceAndroid 1.0 return errorOffset;
return errorOffset;