com.rapidminer.tools
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rapidminer.tools.XMLException
All Implemented Interfaces:
java.io.Serializable

public class XMLException
extends java.lang.Exception

Indicates that an exception during XML parsing occurred.

Author:
Ingo Mierswa, Simon Fischer
See Also:
Serialized Form

Constructor Summary
XMLException(java.lang.String msg)
          Creates a new XML exception.
XMLException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new XML exception.
 
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(java.lang.String msg)
Creates a new XML exception.


XMLException

public XMLException(java.lang.String msg,
                    java.lang.Throwable cause)
Creates a new XML exception.



Copyright © 2001-2009 by Rapid-I