org.sixdml.exceptions
Class NonWellFormedXMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sixdml.exceptions.SixdmlException
                    |
                    +--org.sixdml.exceptions.NonWellFormedXMLException
All Implemented Interfaces:
Serializable

public class NonWellFormedXMLException
extends SixdmlException

  
 NonWellFormedXMLException.java

 Thrown when an attempt is made to store a non-well formed XML fragment in the database. 
 
 Created: Sun Jan 13 13:46:18 2002

 

Version:
1.0
Author:
Dare Obasanjo
See Also:
SixdmlCollection.insertDocument(String, String), Serialized Form

Fields inherited from class org.sixdml.exceptions.SixdmlException
sixmlExceptionCause
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NonWellFormedXMLException(String message)
          Constructs a NonWellFormedXMLException with the specified detail message.
NonWellFormedXMLException(String message, Throwable cause)
          Constructs a NonWellFormedXMLException with the specified detail message and cause.
NonWellFormedXMLException(Throwable cause)
          Constructs a NonWellFormedXMLException with the specified cause.
 
Methods inherited from class org.sixdml.exceptions.SixdmlException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NonWellFormedXMLException

public NonWellFormedXMLException(String message)
Constructs a NonWellFormedXMLException with the specified detail message.

NonWellFormedXMLException

public NonWellFormedXMLException(String message,
                                 Throwable cause)
Constructs a NonWellFormedXMLException with the specified detail message and cause.

NonWellFormedXMLException

public NonWellFormedXMLException(Throwable cause)
Constructs a NonWellFormedXMLException with the specified cause.