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

Fields inherited from class org.sixdml.exceptions.SixdmlException
sixmlExceptionCause
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
UpdateTypeMismatchException()
          Constructs a UpdateTypeMismatchException with no detail message.
UpdateTypeMismatchException(String message)
          Constructs a UpdateTypeMismatchException with the specified detail message.
UpdateTypeMismatchException(String message, Throwable cause)
          Constructs a UpdateTypeMismatchException with the specified detail message and cause.
UpdateTypeMismatchException(Throwable cause)
          Constructs a UpdateTypeMismatchException 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

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.