|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--allensoft.javacvs.client.CVSException | +--allensoft.javacvs.client.InvalidEntryFormatException
This excepion is thrown when a CVSEntry object is constructed from a string and the string is not of the required format for a cvs entry.
Constructor Summary | |
InvalidEntryFormatException(java.lang.String sFormat,
java.lang.String sReason)
|
Method Summary | |
java.lang.String |
getInvalidFormat()
Gets the invalid format that caused this exception to be thrown. |
Methods inherited from class allensoft.javacvs.client.CVSException |
getNestedException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InvalidEntryFormatException(java.lang.String sFormat, java.lang.String sReason)
Method Detail |
public java.lang.String getInvalidFormat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |