com.japisoft.fastparser.document
Class DocumentBuilderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.japisoft.fastparser.document.DocumentBuilderException
All Implemented Interfaces:
java.io.Serializable

public class DocumentBuilderException
extends java.lang.Exception

Exception while building the XML document

Version:
1.0
Author:
(c) 2002-2003 JAPISOFT
See Also:
Exception, Serialized Form

Constructor Summary
DocumentBuilderException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentBuilderException

public DocumentBuilderException(java.lang.String message)