ch.odi.justblog.discovery
Class InvalidDocumentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bych.odi.justblog.discovery.DiscoveryException
              extended bych.odi.justblog.discovery.InvalidDocumentException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDocumentException
extends DiscoveryException

Signals that a document is not valid.

Author:
oglueck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
InvalidDocumentException(java.lang.String message)
           
InvalidDocumentException(java.lang.String message, java.lang.Throwable cause)
           
InvalidDocumentException(java.lang.Throwable cause)
           
 
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

InvalidDocumentException

public InvalidDocumentException(java.lang.String message)
Parameters:
message -

InvalidDocumentException

public InvalidDocumentException(java.lang.String message,
                                java.lang.Throwable cause)
Parameters:
message -
cause -

InvalidDocumentException

public InvalidDocumentException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2005 Ortwin Glück. All Rights Reserved.