net.sourceforge.cvsgrab
Class MarkerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.cvsgrab.DetectException
              extended by net.sourceforge.cvsgrab.MarkerNotFoundException
All Implemented Interfaces:
Serializable

public class MarkerNotFoundException
extends DetectException

Exception throw when the detect ethod on the WebInterface doesn't locate the version marker on the page.

Version:
$Revision: 1.3 $ $Date: 2005/06/22 23:38:16 $
Author:
Ludovic Claude
See Also:
Serialized Form
Created:
on 3 fevr. 2004

Constructor Summary
MarkerNotFoundException()
          Constructor for MarkerNotFoundException
MarkerNotFoundException(String message)
          Constructor for MarkerNotFoundException
 
Method Summary
 
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

MarkerNotFoundException

public MarkerNotFoundException()
Constructor for MarkerNotFoundException


MarkerNotFoundException

public MarkerNotFoundException(String message)
Constructor for MarkerNotFoundException

Parameters:
message -


Copyright © 2002-2005 Ludovic Claude. All Rights Reserved.