com.borland.starteam.xml
Class XMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.borland.starteam.xml.XMLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XMLParseException

public class XMLException
extends java.lang.Exception

An exception related to building, parsing or manipulating an XML document.

See Also:
XMLParseException, Serialized Form

Method Summary
 java.lang.Throwable getException()
          Gets the exception that was the root cause of this exception.
 java.lang.String getMessage()
          Gets a descriptive error message for this exception.
 
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

getMessage

public java.lang.String getMessage()
Gets a descriptive error message for this exception.

Overrides:
getMessage in class java.lang.Throwable
Returns:
A descriptive error message.

getException

public java.lang.Throwable getException()
Gets the exception that was the root cause of this exception.

Returns:
The exception that was the root cause of this exception.


StarTeam SDK 10.0, Build 58
Copyright © 2003-2004 Borland Software Corporation. All rights reserved.