java.lang.Object
java.lang.Throwable
java.lang.Exception
allensoft.javacvs.client.CVSException
allensoft.javacvs.client.TextFileContainsBinaryException
- All Implemented Interfaces:
- java.io.Serializable
- public class TextFileContainsBinaryException
- extends CVSException
Exception thrown when a file is not marked as binary but contains
binary. JavaCVS is tricter than cvs and won't allow a file that
contains binary characters to be sent to the server if it is not
pure text. This is beacuse the \r\n sequence gets changed to \n
and this could corrupt a file if it is really a binary file.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class allensoft.javacvs.client.CVSException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TextFileContainsBinaryException
public TextFileContainsBinaryException(java.io.File file)