org.apache.subversion.javahl
Class ClientException.ErrorMessage

java.lang.Object
  extended by org.apache.subversion.javahl.ClientException.ErrorMessage
Enclosing class:
ClientException

public static final class ClientException.ErrorMessage
extends Object

Describes a single error message in a stack of messages associated with this exception.

Since:
1.9

Method Summary
 int getCode()
           
 String getMessage()
           
 boolean isGeneric()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCode

public final int getCode()
Returns:
The APR error code associated with the message.

getMessage

public final String getMessage()
Returns:
The error message text.

isGeneric

public final boolean isGeneric()
Returns:
A flag indicating whether this is a generic message for the APR error code, or a more specific message generated by the native libraries.