net.sourceforge.cvsgrab
Class DetectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.cvsgrab.DetectException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidVersionException, MarkerNotFoundException

public class DetectException
extends Exception

Base class for the exceptions thrown by the detect method on the WebInterface class.

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

Constructor Summary
DetectException()
          Constructor for DetectException
DetectException(String message)
          Constructor for DetectException
DetectException(String message, Throwable cause)
          Constructor for DetectException
DetectException(Throwable cause)
          Constructor for DetectException
 
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

DetectException

public DetectException()
Constructor for DetectException


DetectException

public DetectException(String message)
Constructor for DetectException

Parameters:
message -

DetectException

public DetectException(Throwable cause)
Constructor for DetectException

Parameters:
cause -

DetectException

public DetectException(String message,
                       Throwable cause)
Constructor for DetectException

Parameters:
message -
cause -


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