edu.udo.cs.yale.tools
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.yale.tools.XMLException
All Implemented Interfaces:
java.io.Serializable

public class XMLException
extends java.lang.Exception

Indicates that an exception during XML parsing occurred.

Version:
$Id: XMLException.java,v 2.10 2006/08/03 14:39:31 ingomierswa Exp $
Author:
Ingo Mierswa, Simon Fischer
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
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-2006