net.sourceforge.jsxe.dom
Class DOMSerializerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.jsxe.dom.DOMSerializerException
All Implemented Interfaces:
Serializable

public class DOMSerializerException
extends Exception

Signals that a serialization error of some kind has occurred.

Version:
$Id: DOMSerializerException.java 824 2006-03-06 22:04:31Z ian_lewis $
Author:
Ian Lewis
See Also:
DOMSerializer, Serialized Form

Constructor Summary
DOMSerializerException(DOMError err)
           
 
Method Summary
 DOMError getError()
           
 
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

DOMSerializerException

public DOMSerializerException(DOMError err)
Method Detail

getError

public DOMError getError()