XDC - v. 0.6.1

net.sf.xdc.util
Class XmlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.xdc.util.XmlException
All Implemented Interfaces:
java.io.Serializable

public class XmlException
extends java.lang.Exception

This class implements an unspecific exception that is thrown if an exception occurs during XML processing.

Since:
0.5
Version:
0.5
Author:
Jens Voß
See Also:
Serialized Form

Constructor Summary
XmlException(java.lang.Throwable cause)
          This public constructor wraps an Exception that occurs during XML processing.
 
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.Throwable cause)
This public constructor wraps an Exception that occurs during XML processing.

Parameters:
cause - An exception thrown during XML processing

XDC - v. 0.6.1