com.starteam.xml
Class XMLParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.starteam.xml.XMLException
              extended by com.starteam.xml.XMLParseException
All Implemented Interfaces:
java.io.Serializable

public final class XMLParseException
extends XMLException

An exception related to parsing an XML document.

See Also:
XMLException, Serialized Form

Method Summary
 int getColumnNumber()
          Gets the column offset within the line of source text where the parsing error was encountered.
 int getLineNumber()
          Gets the line number within the source text where the parsing error was encountered.
 
Methods inherited from class com.starteam.xml.XMLException
getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLineNumber

public int getLineNumber()
Gets the line number within the source text where the parsing error was encountered.

Returns:
The line number within the source text where the parsing error was encountered.

getColumnNumber

public int getColumnNumber()
Gets the column offset within the line of source text where the parsing error was encountered.

Returns:
The column offset within the line of source text where the parsing error was encountered.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.