edu.ucsb.adl.reports
Class XmlException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.ucsb.adl.reports.XmlException
All Implemented Interfaces:
java.io.Serializable

public class XmlException
extends java.lang.Exception

An XML-related exception.

Version:
$Header: /export/home/gjanee/utils/reports/edu/ucsb/adl/reports/RCS/XmlException.java,v 1.1 2003/03/17 12:29:10 gjanee Exp $

$Log: XmlException.java,v $ Revision 1.1 2003/03/17 12:29:10 gjanee Initial revision

Author:
Greg Janée
Alexandria Digital Library
See Also:
Serialized Form

Constructor Summary
XmlException()
          Constructs an XmlException with no detail message.
XmlException(java.lang.String s)
          Constructs an XmlException with a detail message.
 
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()
Constructs an XmlException with no detail message.


XmlException

public XmlException(java.lang.String s)
Constructs an XmlException with a detail message.

Parameters:
s - The detail message.