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
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
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.