org.tigris.subversion.javahl

Class ClientException


public class ClientException
extends Exception

Subversion client exception class. This exception is throw whenever something goes wrong in the jni-interface

Method Summary

int
getAprError()
Returns the APR error id.
String
getSource()
Returns the error source.

Method Details

getAprError

public int getAprError()
Returns the APR error id.

getSource

public String getSource()
Returns the error source.