com.interstarinc.xmedius.sendfax
Class XMLBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.interstarinc.xmedius.sendfax.XMLBuilderException
All Implemented Interfaces:
Serializable

public class XMLBuilderException
extends Exception

The exception thrown by the XMLBuilder it it cannot convert, for any reasons, a java beans graph to an XML document.

Version:
$Revision: 1.5 $
Author:
André Morin
See Also:
XMLBuilder, XMLBuilder.createDocument(Object, InputStream), XMLBuilder.createDocument(Object, InputStream, Properties), XMLBuilder.saveDocument(Document, OutputStream), XMLBuilder.saveDocument(Document, OutputStream, Properties), Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
XMLBuilderException()
           
XMLBuilderException(String arg0)
           
XMLBuilderException(String arg0, Throwable arg1)
           
XMLBuilderException(Throwable arg0)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

XMLBuilderException

public XMLBuilderException()

XMLBuilderException

public XMLBuilderException(String arg0)

XMLBuilderException

public XMLBuilderException(Throwable arg0)

XMLBuilderException

public XMLBuilderException(String arg0,
                           Throwable arg1)