org.outerj.daisy.repository
Class DocumentTypeInconsistencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.outerj.daisy.repository.RepositoryException
              extended by org.outerj.daisy.repository.DocumentTypeInconsistencyException
All Implemented Interfaces:
java.io.Serializable

public class DocumentTypeInconsistencyException
extends RepositoryException

This exception is used when manipulating a document in a way that would make it inconsistent with its DocumentType.

See Also:
Serialized Form

Constructor Summary
DocumentTypeInconsistencyException(java.lang.String message)
           
DocumentTypeInconsistencyException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.outerj.daisy.repository.RepositoryException
getState
 
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

DocumentTypeInconsistencyException

public DocumentTypeInconsistencyException(java.lang.String message)

DocumentTypeInconsistencyException

public DocumentTypeInconsistencyException(java.lang.String message,
                                          java.lang.Throwable cause)


Copyright © -2012 . All Rights Reserved.