net.sf.statcvs.input
Class EmptyRepositoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.statcvs.input.EmptyRepositoryException
All Implemented Interfaces:
Serializable

public class EmptyRepositoryException
extends Exception

Indicates that we can't generate a report because there are no files or revisions in the repository

Version:
$Id: EmptyRepositoryException.java,v 1.1 2003/12/09 11:52:47 cyganiak Exp $
Author:
Richard Cyganiak
See Also:
Serialized Form

Constructor Summary
EmptyRepositoryException()
          Constructor for EmptyRepositoryException.
EmptyRepositoryException(String message)
          Constructor for EmptyRepositoryException.
 
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

EmptyRepositoryException

public EmptyRepositoryException()
Constructor for EmptyRepositoryException.


EmptyRepositoryException

public EmptyRepositoryException(String message)
Constructor for EmptyRepositoryException.

Parameters:
message - input message