com.novell.nds.dirxml.driver.xds
Class XDSParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novell.nds.dirxml.driver.xds.XDSException
com.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XDSParseException
public XDSParseException(String errorMessage)
- Constructor.
- Parameters:
errorMessage
- may be null
or ""