com.novell.nds.dirxml.driver.xds
Class XDSParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.novell.nds.dirxml.driver.xds.XDSException
              extended bycom.novell.nds.dirxml.driver.xds.XDSParseException
All Implemented Interfaces:
Serializable

public class XDSParseException
extends XDSException

This exception is thrown when a XDS document is empty, malformed, or invalid. This exception may also be thrown inside of a driver when a document is technically valid but does not contain sufficient information to be handled properly.

See Also:
Serialized Form

Constructor Summary
XDSParseException(String errorMessage)
          Constructor.
 
Methods inherited from class com.novell.nds.dirxml.driver.xds.XDSException
getNextException, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XDSParseException

public XDSParseException(String errorMessage)
Constructor.

Parameters:
errorMessage - may be null or ""