edu.udo.cs.miningmart.exception
Class XmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.miningmart.exception.MiningMartException
              extended by edu.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.4 2006/09/27 15:00:00 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)
           
 
Method Summary
 
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