com.starteam.xml
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.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 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.