Class ClientException.ErrorMessage

java.lang.Object
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 Details

    • 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.