se.kth.cid.xml
Class XmlStructureException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--se.kth.cid.xml.XmlStructureException
- All Implemented Interfaces:
- Serializable
- public class XmlStructureException
- extends Exception
Indicates that the strucure of the xmldocument isn't what was expected.
I.e a missmatch between the actual document with the DTD, schema or
whatever structure expected. (Could even be an hardcoded structure!)
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Matthias Palmer
- See Also:
- Serialized Form
XmlStructureException
public XmlStructureException(String message)
- Constructs a XmlStructureException with the specified detail message.
- Parameters:
message
- the detail message.
Centre for user-oriented IT -design