net.sf.vex.dom
Class DocumentValidationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.vex.dom.DocumentValidationException
All Implemented Interfaces:
java.io.Serializable

public class DocumentValidationException
extends java.lang.Exception

Exception thrown when an change would have compromised document validity.

See Also:
Serialized Form

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

Constructor Detail

DocumentValidationException

public DocumentValidationException(java.lang.String message)
Class constructor.

Parameters:
message - Message indicating the nature of the exception.