com.interstarinc.xmedius.sendfax
Class XMLBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
XMLBuilderException
public XMLBuilderException()
XMLBuilderException
public XMLBuilderException(String arg0)
XMLBuilderException
public XMLBuilderException(Throwable arg0)
XMLBuilderException
public XMLBuilderException(String arg0,
Throwable arg1)