xelem.3.0

nl.fountain.xelem
Class XelemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.fountain.xelem.XelemException
All Implemented Interfaces:
Serializable

public class XelemException
extends Exception

A wrapper class for several exceptions that may occur while working with the XFactory, XSerializer or XLDocument.

See Also:
Serialized Form

Constructor Summary
XelemException(Throwable cause)
           
 
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

XelemException

public XelemException(Throwable cause)

xelem.3.0