net.sf.bloof.scm.cvsplugin
Class CvsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.sf.bloof.scm.cvsplugin.CvsException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidRepositoryLocationException
- public class CvsException
- extends java.lang.Exception
The base class for all exceptions relating to CVS problems.
- Author:
- Nicholas Allen, Lukasz Pekacki
- See Also:
- Serialized Form
Constructor Summary |
CvsException(java.lang.Exception aNestedException)
Method CVSException. |
CvsException(java.lang.String aMessage)
|
CvsException(java.lang.String aMessage,
java.lang.Exception aNestedException)
Method CVSException. |
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 |
CvsException
public CvsException(java.lang.Exception aNestedException)
- Method CVSException.
- Parameters:
aNestedException
- nested Exception that should be handled here
CvsException
public CvsException(java.lang.String aMessage)
- See Also:
Throwable.Throwable( String )
CvsException
public CvsException(java.lang.String aMessage,
java.lang.Exception aNestedException)
- Method CVSException.
- Parameters:
aMessage
- message for the nested exceptionsaNestedException
- nested Exception that should be handled here
getNestedException
public java.lang.Exception getNestedException()
- Method getNestedException.
- Returns:
- Exception
Copyright © 2003 bloof@Sourceforge. All Rights Reserved.