* @param ex nested exception
* @exception JiBXException always thrown
*/
public void throwStartTagException(String msg, Exception ex)
throws JiBXException {
throw new JiBXException(msg + " at tag " + currentNameString() +
buildPositionString(), ex);
}