edu.udo.cs.miningmart.exception
Class XmlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.udo.cs.miningmart.exception.MiningMartException
              extended byedu.udo.cs.miningmart.exception.XmlException
All Implemented Interfaces:
java.io.Serializable

public class XmlException
extends MiningMartException

This Exception is thrown when something goes wrong in the process of de-serialization which is caused by a corrupt XML export file.

Version:
$Id: XmlException.java,v 1.3 2006/04/11 14:10:15 euler Exp $
Author:
Martin Scholz
See Also:
Serialized Form

Constructor Summary
XmlException()
           
XmlException(java.lang.String message)
           
XmlException(java.lang.String tag, java.lang.String embedded)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlException

public XmlException()

XmlException

public XmlException(java.lang.String message)

XmlException

public XmlException(java.lang.String tag,
                    java.lang.String embedded)


Copyright © 2001-2005