org.outerj.daisy.repository
Class DocumentTypeInconsistencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.outerj.daisy.repository.RepositoryException
org.outerj.daisy.repository.DocumentTypeInconsistencyException
- All Implemented Interfaces:
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DocumentTypeInconsistencyException
public DocumentTypeInconsistencyException(String message)
DocumentTypeInconsistencyException
public DocumentTypeInconsistencyException(String message,
Throwable cause)