de.unidu.is.retrieval
Class DocumentMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.unidu.is.retrieval.DocumentMismatchException
All Implemented Interfaces:
java.io.Serializable

public class DocumentMismatchException
extends java.lang.Exception

Signals that the document is not a valid document, or does not match its schema.

Since:
2004-03-17
Version:
$Revision: 1.4 $, $Date: 2005/02/21 17:29:22 $
Author:
Henrik Nottelmann
See Also:
Serialized Form

Constructor Summary
DocumentMismatchException()
          Creates a new instance.
DocumentMismatchException(java.lang.String message)
          Creates a new instance.
DocumentMismatchException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance.
DocumentMismatchException(java.lang.Throwable cause)
          Creates a new instance.
 
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

DocumentMismatchException

public DocumentMismatchException()
Creates a new instance.


DocumentMismatchException

public DocumentMismatchException(java.lang.String message)
Creates a new instance.

Parameters:
message - further message

DocumentMismatchException

public DocumentMismatchException(java.lang.String message,
                                 java.lang.Throwable cause)
Creates a new instance.

Parameters:
message - further message
cause - the cause for this exception

DocumentMismatchException

public DocumentMismatchException(java.lang.Throwable cause)
Creates a new instance.

Parameters:
cause - the cause for this exception