org.tigris.subversion.javahl
Class ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tigris.subversion.javahl.SubversionException
org.tigris.subversion.javahl.ClientException
- All Implemented Interfaces:
- Serializable
public class ClientException
- extends SubversionException
This exception is thrown whenever something goes wrong in the
Subversion JavaHL binding's JNI interface.
- See Also:
- Serialized Form
getSource
public String getSource()
- Returns:
- The error source (e.g. line number).
getAprError
public int getAprError()
- Returns:
- Any associated APR error code for a wrapped
svn_error_t
.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- Returns:
- The description, with
source
and aprError
appended (if any).