net.sf.bloof.scm.cvsplugin
Class LogSyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.bloof.scm.ScmAccessException
                    |
                    +--net.sf.bloof.scm.cvsplugin.LogSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class LogSyntaxException
extends ScmAccessException

Exception class for syntax error of CVS logfiles

Version:
$Id: LogSyntaxException.java,v 1.7 2003/06/28 06:51:42 pekacki Exp $
Author:
Lukasz Pekacki
See Also:
Serialized Form

Constructor Summary
LogSyntaxException()
           
LogSyntaxException(java.lang.String aMessage)
           
 
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

LogSyntaxException

public LogSyntaxException()
See Also:
Object.Object( )

LogSyntaxException

public LogSyntaxException(java.lang.String aMessage)
See Also:
Throwable.Throwable( String )


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.