org.apache.commons.jrcs.rcs
Class RCSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.jrcs.rcs.RCSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidFileFormatException

public class RCSException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RCSException()
           
RCSException(java.lang.String v)
           
RCSException(Version v)
           
 
Method Summary
 
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

RCSException

public RCSException()

RCSException

public RCSException(java.lang.String v)

RCSException

public RCSException(Version v)


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.