org.sixdml.exceptions
Class UpdateTypeMismatchException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.sixdml.exceptions.SixdmlException
|
+--org.sixdml.exceptions.UpdateTypeMismatchException
- All Implemented Interfaces:
- Serializable
- public class UpdateTypeMismatchException
- extends SixdmlException
UpdateTypeMismatchException.java
Thrown when an update is done against a type that does not allow such updates. For example, trying
to insert a comment into an attribute node.
Created: Fri Jan 11 18:36:31 2002
- Version:
- 1.0
- Author:
- Dare Obasanjo
- See Also:
SixdmlUpdateService, Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
UpdateTypeMismatchException
public UpdateTypeMismatchException()
- Constructs a UpdateTypeMismatchException with no detail message.
UpdateTypeMismatchException
public UpdateTypeMismatchException(String message)
- Constructs a UpdateTypeMismatchException with the specified detail message.
UpdateTypeMismatchException
public UpdateTypeMismatchException(String message,
Throwable cause)
- Constructs a UpdateTypeMismatchException with the specified detail message and cause.
UpdateTypeMismatchException
public UpdateTypeMismatchException(Throwable cause)
- Constructs a UpdateTypeMismatchException with the specified cause.