org.progeeks.util.xml
Class XmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.progeeks.util.xml.XmlException
All Implemented Interfaces:
java.io.Serializable

public class XmlException
extends java.lang.RuntimeException

Base exception thrown by the XML utility classes.

Version:
$Revision: 1.5 $
Author:
Paul Speed
See Also:
Serialized Form

Constructor Summary
XmlException()
           
XmlException(java.lang.String message)
           
XmlException(java.lang.String message, java.lang.Throwable wrapped)
           
 
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 message,
                    java.lang.Throwable wrapped)


Copyright © 2002-2003 Paul Speed. All Rights Reserved.