org.bifrost.xmlio
Class XmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bifrost.xmlio.XmlException
All Implemented Interfaces:
java.io.Serializable

public class XmlException
extends java.lang.Exception

This exception is thrown by the xml reader and xml writer classes.

Created: Feb 22, 2003
Copyright: Copyright (c) 2003
Assumptions: none
Requires: nothing
Required by: org.bifrost.xmlio.*
Revision History:

Since:
1.0
Version:
1.0
Author:
Donald Kittle
See Also:
Serialized Form

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


XmlException

public XmlException(java.lang.String message)
Constructor. Sets the message, but no inner exception