static SVNErrorMessage |
SVNErrorMessage.create(SVNErrorCode code) |
Creates an error message given an error code.
|
static SVNErrorMessage |
SVNErrorMessage.create(SVNErrorCode code,
java.lang.String message) |
Creates an error message given an error code and description.
|
static SVNErrorMessage |
SVNErrorMessage.create(SVNErrorCode code,
java.lang.String message,
int type) |
Creates an error message given an error code, description and a type (
whether it's a warning or an error).
|
static SVNErrorMessage |
SVNErrorMessage.create(SVNErrorCode code,
java.lang.String message,
java.lang.Object object) |
Creates an error message given an error code, description and may be a related
object to be formatted with the error description.
|
static SVNErrorMessage |
SVNErrorMessage.create(SVNErrorCode code,
java.lang.String message,
java.lang.Object... objects) |
Creates an error message given an error code, description and may be related
objects to be formatted with the error description.
|
static SVNErrorMessage |
SVNErrorMessage.create(SVNErrorCode code,
java.lang.String message,
java.lang.Object[] objects,
int type) |
Creates an error message given an error code, description, an error type
(whether it's a warning or an error) and may be related objects to be
formatted with the error description.
|
static SVNErrorMessage |
SVNErrorMessage.create(SVNErrorCode code,
java.lang.String message,
java.lang.Object[] objects,
int type,
java.lang.Throwable cause) |
Creates an error message given an error code, description, an error type
(whether it's a warning or an error) and may be related objects to be
formatted with the error description and an optional cause.
|
static SVNErrorMessage |
SVNErrorMessage.create(SVNErrorCode code,
java.lang.String message,
java.lang.Object object,
int type) |
Creates an error message given an error code, description, an error type
(whether it's a warning or an error) and may be a related object to be
formatted with the error description.
|
static SVNErrorMessage |
SVNErrorMessage.create(SVNErrorCode code,
java.lang.Throwable cause) |
Creates an error message given an error code and cause.
|
SVNErrorMessage |
SVNErrorMessage.findChildWithErrorCode(SVNErrorCode errorCode) |
|
boolean |
SVNErrorMessage.hasChildWithErrorCode(SVNErrorCode errorCode) |
|