IMSEVimse 1.0
Draft

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

Constructor Summary
XmlStructureException(String message)
          Constructs a XmlStructureException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlStructureException

public XmlStructureException(String message)
Constructs a XmlStructureException with the specified detail message.
Parameters:
message - the detail message.

IMSEVimse 1.0
Draft

Centre for user-oriented IT -design