|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.tigris.subversion.javahl.SubversionException
org.tigris.subversion.javahl.ClientException
public class ClientException
This exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI interface.
Method Summary | |
---|---|
int |
getAprError()
|
java.lang.String |
getMessage()
|
java.lang.String |
getSource()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getSource()
public int getAprError()
svn_error_t
.public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
source
and aprError
appended (if any).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |