Uses of Class
org.tmatesoft.svn.core.SVNErrorMessage
Packages that use SVNErrorMessage
Package
Description
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
-
Uses of SVNErrorMessage in org.tmatesoft.svn.cli
Fields in org.tmatesoft.svn.cli declared as SVNErrorMessageMethods in org.tmatesoft.svn.cli that return SVNErrorMessageMethods in org.tmatesoft.svn.cli with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
AbstractSVNCommandEnvironment.handleError
(SVNErrorMessage err) boolean
AbstractSVNCommandEnvironment.handleWarning
(SVNErrorMessage err, SVNErrorCode[] warningCodes, boolean quiet) SVNConsoleAuthenticationProvider.requestClientAuthentication
(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) -
Uses of SVNErrorMessage in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
SVNAdminRemoveLocksCommand.handleLock
(String path, SVNLock lock, SVNErrorMessage error) void
SVNAdminRemoveLocksCommand.handleUnlock
(String path, SVNLock lock, SVNErrorMessage error) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNErrorMessageModifier and TypeFieldDescriptionprivate SVNErrorMessage
SVNErrorMessage.myChildErrorMessage
private SVNErrorMessage
SVNCommitInfo.myErrorMessage
private SVNErrorMessage
SVNException.myErrorMessage
static SVNErrorMessage
SVNErrorMessage.UNKNOWN_ERROR_MESSAGE
This is a type of an error message denoting an error of an unknown nature.Methods in org.tmatesoft.svn.core that return SVNErrorMessageModifier and TypeMethodDescriptionstatic SVNErrorMessage
SVNErrorMessage.create
(SVNErrorCode code) Creates an error message given an error code.static SVNErrorMessage
SVNErrorMessage.create
(SVNErrorCode code, String message) Creates an error message given an error code and description.static SVNErrorMessage
SVNErrorMessage.create
(SVNErrorCode code, 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, String message, 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, String message, 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, String message, 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, String message, Object[] objects, int type, 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, String message, 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, Throwable cause) Creates an error message given an error code and cause.SVNErrorMessage.findChildWithErrorCode
(SVNErrorCode errorCode) SVNErrorMessage.getChildErrorMessage()
Returns an error message (if any) that was returned from a deeper method call.SVNCommitInfo.getErrorMessage()
Gets an error message for a failed commit (if it has failed).SVNException.getErrorMessage()
Returns an error message provided to this exception object.SVNErrorMessage.getRootErrorMessage()
Follows the children chain and returns the error message of the last child in this chain.Wraps this error message into a new one that is returned as a parent error message.Wraps this error message into a new one that is returned as a parent error message.Wraps this error message into a new one that is returned as a parent error message.Methods in org.tmatesoft.svn.core with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
SVNErrorMessage.setChildErrorMessage
(SVNErrorMessage childMessage) Sets a child error message for this one.Constructors in org.tmatesoft.svn.core with parameters of type SVNErrorMessageModifierConstructorDescriptionSVNAuthenticationException
(SVNErrorMessage errorMessage) Creates a new authentication exception given detailed error information.SVNAuthenticationException
(SVNErrorMessage errorMessage, Throwable cause) Creates a new authentication exception given detailed error information and the original cause.SVNCancelException
(SVNErrorMessage errorMessage) Constructs an SVNCancelException given the error message.SVNCancelException
(SVNErrorMessage errorMessage, Throwable cause) SVNCommitInfo
(long revision, String author, Date date, SVNErrorMessage error) Constructs an SVNCommitInfo object.SVNException
(SVNErrorMessage errorMessage) Creates an exception given an error message.SVNException
(SVNErrorMessage errorMessage, Throwable cause) Creates an exception given an error message and the cause exception. -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
BasicAuthenticationManager.acknowledgeAuthentication
(boolean accepted, String kind, String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication) Does nothing.static void
BasicAuthenticationManager.acknowledgeAuthentication
(boolean accepted, String kind, String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication, SVNURL accessedURL, ISVNAuthenticationManager authManager) Utility method to acknowledge successful or failed authentication attemptvoid
ISVNAuthenticationManager.acknowledgeAuthentication
(boolean accepted, String kind, String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication) Accepts the given authentication if it was successfully accepted by a repository server, or not if authentication failed.void
ISVNAuthenticationManagerExt.acknowledgeAuthentication
(boolean accepted, String kind, String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication, SVNURL accessedLocation) void
BasicAuthenticationManager.acknowledgeProxyContext
(boolean accepted, SVNErrorMessage errorMessage) Does nothing.void
ISVNProxyManager.acknowledgeProxyContext
(boolean accepted, SVNErrorMessage errorMessage) Accepts this proxy settings if successfully connected to the proxy server, or not if failed to connect.ISVNAuthenticationProvider.requestClientAuthentication
(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) Returns a next user credential of the specified kind for the given authentication realm. -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return SVNErrorMessageModifier and TypeMethodDescriptionprivate static SVNErrorMessage
DAVUtil.createDefaultUnexpectedStatusErrorMessage
(HTTPStatus httpStatus, String path, String location) static SVNErrorMessage
DAVUtil.createUnexpectedStatusErrorMessage
(HTTPStatus httpStatus, String method, String path) Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
DAVConnection.doProppatch
(String repositoryPath, String path, StringBuffer requestBody, DefaultHandler handler, SVNErrorMessage context) private HTTPStatus
DAVConnection.performHttpRequest
(IHTTPConnection httpConnection, String method, String src, HTTPHeader header, StringBuffer body, int ok1, int ok2, OutputStream dst, DefaultHandler handler, SVNErrorMessage context) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as SVNErrorMessageModifier and TypeFieldDescriptionprivate SVNErrorMessage
DAVErrorHandler.myError
private SVNErrorMessage
DAVProppatchHandler.myError
private SVNErrorMessage
DAVMergeHandler.myPostCommitError
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers that return SVNErrorMessageModifier and TypeMethodDescriptionDAVProppatchHandler.getError()
DAVErrorHandler.getErrorMessage()
-
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.io.dav.http
Fields in org.tmatesoft.svn.core.internal.io.dav.http declared as SVNErrorMessageModifier and TypeFieldDescriptionprivate SVNErrorMessage
HTTPStatus.myError
private SVNErrorMessage
HTTPRequest.myErrorMessage
Methods in org.tmatesoft.svn.core.internal.io.dav.http that return SVNErrorMessageModifier and TypeMethodDescriptionstatic SVNErrorMessage
HTTPRequest.createDefaultErrorMessage
(SVNURL host, String path, HTTPStatus status, String context, Object[] contextObjects) HTTPStatus.getError()
HTTPRequest.getErrorMessage()
private SVNErrorMessage
HTTPConnection.readData
(InputStream is, String method, String path, DefaultHandler handler) HTTPConnection.readData
(HTTPRequest request, OutputStream dst) HTTPConnection.readData
(HTTPRequest request, String method, String path, DefaultHandler handler) HTTPConnection.readError
(HTTPRequest request, String method, String path) private SVNErrorMessage
HTTPRequest.readError
(String request, String path, SVNErrorMessage context) Methods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
HTTPSSLKeyManager.acknowledgeAndClearAuthentication
(SVNErrorMessage errorMessage) void
HTTPRequest.dispatch
(String request, String path, HTTPHeader header, int ok1, int ok2, SVNErrorMessage context) heart of http engine.private SVNErrorMessage
HTTPRequest.readError
(String request, String path, SVNErrorMessage context) HTTPConnection.request
(String method, String path, HTTPHeader header, InputStream body, int ok1, int ok2, OutputStream dst, DefaultHandler handler, SVNErrorMessage context) HTTPConnection.request
(String method, String path, HTTPHeader header, StringBuffer body, int ok1, int ok2, OutputStream dst, DefaultHandler handler, SVNErrorMessage context) IHTTPConnection.request
(String method, String path, HTTPHeader header, InputStream body, int ok1, int ok2, OutputStream dst, DefaultHandler handler, SVNErrorMessage context) IHTTPConnection.request
(String method, String path, HTTPHeader header, StringBuffer body, int ok1, int ok2, OutputStream dst, DefaultHandler handler, SVNErrorMessage context) void
HTTPStatus.setError
(SVNErrorMessage error) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNErrorMessageModifier and TypeMethodDescriptionstatic SVNErrorMessage
FSErrors.errorAlreadyExists
(FSRoot root, String path, FSFS owner) static SVNErrorMessage
FSErrors.errorConflict
(String path, StringBuffer conflictPath) static SVNErrorMessage
FSErrors.errorCorruptLockFile
(String path, FSFS owner) static SVNErrorMessage
FSErrors.errorDanglingId
(FSID id, FSFS owner) static SVNErrorMessage
FSErrors.errorLockExpired
(String lockToken, FSFS owner) static SVNErrorMessage
FSErrors.errorLockOwnerMismatch
(String username, String lockOwner, FSFS owner) static SVNErrorMessage
FSErrors.errorNoSuchLock
(String path, FSFS owner) static SVNErrorMessage
FSErrors.errorNotDirectory
(String path, FSFS owner) static SVNErrorMessage
FSErrors.errorNotFile
(String path, FSFS owner) static SVNErrorMessage
FSErrors.errorNotFound
(FSRoot root, String path) static SVNErrorMessage
FSErrors.errorNotMutable
(long revision, String path, FSFS owner) static SVNErrorMessage
FSErrors.errorNotTxn()
static SVNErrorMessage
FSErrors.errorNoUser
(FSFS owner) static SVNErrorMessage
FSErrors.errorOutOfDate
(String path, SVNNodeKind kind) static SVNErrorMessage
FSErrors.errorPathAlreadyLocked
(String path, String owner, FSFS fsfsOwner) static SVNErrorMessage
FSErrors.errorTxnNotMutable
(String txnId, FSFS owner) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionlong
FSCommitter.commitTxn
(boolean runPreCommitHook, boolean runPostCommitHook, SVNErrorMessage[] postCommitHookError, StringBuffer conflictPath) static boolean
FSErrors.isLockError
(SVNErrorMessage err) static boolean
FSErrors.isUnlockError
(SVNErrorMessage err) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.io.fs.repcache
Methods in org.tmatesoft.svn.core.internal.io.fs.repcache that return SVNErrorMessageModifier and TypeMethodDescriptionprivate static SVNErrorMessage
FSRepresentationCacheManager.convertError
(org.tmatesoft.sqljet.core.SqlJetException e) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.io.svn
Fields in org.tmatesoft.svn.core.internal.io.svn declared as SVNErrorMessageMethods in org.tmatesoft.svn.core.internal.io.svn that return SVNErrorMessageModifier and TypeMethodDescriptionprivate static SVNErrorMessage
SVNReader.getErrorMessage
(SVNItem item) protected SVNErrorMessage
SVNAuthenticator.getLastError()
protected SVNErrorMessage
SVNPlainAuthenticator.readAuthResponse()
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionprotected void
SVNAuthenticator.setLastError
(SVNErrorMessage err) void
SVNConnection.writeError
(SVNErrorMessage error) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNErrorMessageModifier and TypeFieldDescriptionprivate SVNErrorMessage
DefaultSVNAuthenticationManager.myPreviousErrorMessage
Methods in org.tmatesoft.svn.core.internal.wc that return SVNErrorMessageModifier and TypeMethodDescriptionprivate SVNErrorMessage
SVNMergeDriver.makeMergeConflictError
(File targetPath, SVNMergeRange range) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
DefaultSVNAuthenticationManager.acknowledgeAuthentication
(boolean accepted, String kind, String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication) void
DefaultSVNAuthenticationManager.SimpleProxyManager.acknowledgeProxyContext
(boolean accepted, SVNErrorMessage errorMessage) static SVNEvent
SVNEventFactory.createErrorEvent
(SVNErrorMessage error, SVNEventAction expectedAction) static SVNEvent
SVNEventFactory.createLockEvent
(File file, SVNEventAction action, SVNLock lock, SVNErrorMessage error) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, SVNProperties revisionProperties, String propertyName) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName) static void
SVNErrorManager.error
(SVNErrorMessage err, Throwable cause, Level logLevel, SVNLogType logType) static void
SVNErrorManager.error
(SVNErrorMessage err, Throwable cause, SVNLogType logType) static void
SVNErrorManager.error
(SVNErrorMessage err, Level logLevel, SVNLogType logType) static void
SVNErrorManager.error
(SVNErrorMessage err1, SVNErrorMessage err2, Throwable cause, Level logLevel, SVNLogType logType) static void
SVNErrorManager.error
(SVNErrorMessage err1, SVNErrorMessage err2, Throwable cause, SVNLogType logType) static void
SVNErrorManager.error
(SVNErrorMessage err1, SVNErrorMessage err2, Level logLevel, SVNLogType logType) static void
SVNErrorManager.error
(SVNErrorMessage err1, SVNErrorMessage err2, SVNLogType logType) static void
SVNErrorManager.error
(SVNErrorMessage err, SVNLogType logType) void
SVNMergeDriver.MergeInfoFetcher.handleError
(File path, SVNErrorMessage error) void
SVNMergeDriver.SubTreeMergeInfoHandler.handleError
(File path, SVNErrorMessage error) DefaultSVNAuthenticationManager.CacheAuthenticationProvider.requestClientAuthentication
(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) DefaultSVNAuthenticationManager.DumbAuthenticationProvider.requestClientAuthentication
(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) DefaultSVNPersistentAuthenticationProvider.requestClientAuthentication
(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNErrorMessageModifierConstructorDescriptionSVNEventExt
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) SVNEventExt
(SVNErrorMessage errorMessage) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
ISVNEntryHandler.handleError
(File path, SVNErrorMessage error) void
SVNWCAccess.TCEntryHandler.handleError
(File path, SVNErrorMessage error) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
SVNChangelistClient16.SVNChangeListWalker.handleError
(File path, SVNErrorMessage error) void
SVNWCClient16.PropFetchHandler.handleError
(File path, SVNErrorMessage error) void
SVNWCClient16.PropSetHandler.handleError
(File path, SVNErrorMessage error) void
SVNWCClient16.PropSetHandlerExt.handleError
(File path, SVNErrorMessage error) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNErrorMessageModifier and TypeMethodDescriptionprivate SVNErrorMessage
SvnNgMergeDriver.makeMergeConflictError
(File targetPath, SVNMergeRange range) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
SvnNgSetLock.handleLock
(String path, SVNLock lock, SVNErrorMessage error) void
SvnNgSetLock.handleUnlock
(String path, SVNLock lock, SVNErrorMessage error) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
SvnRemoteSetLock.handleLock
(String path, SVNLock lock, SVNErrorMessage error) void
SvnRemoteUnlock.handleLock
(String path, SVNLock lock, SVNErrorMessage error) void
SvnRemoteSetLock.handleUnlock
(String path, SVNLock lock, SVNErrorMessage error) void
SvnRemoteUnlock.handleUnlock
(String path, SVNLock lock, SVNErrorMessage error) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionvoid
ISVNLockHandler.handleLock
(String path, SVNLock lock, SVNErrorMessage error) Handles the path locked.void
ISVNLockHandler.handleUnlock
(String path, SVNLock lock, SVNErrorMessage error) Handles the path unlocked. -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionJavaHLAuthenticationProvider.requestClientAuthentication
(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNErrorMessageModifier and TypeMethodDescriptionprivate static String
SVNClientImpl.getErrorMessageString
(SVNErrorMessage errorMessage) JavaHLAuthenticationProvider.requestClientAuthentication
(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNErrorMessageMethods in org.tmatesoft.svn.core.wc that return SVNErrorMessageModifier and TypeMethodDescriptionSVNEvent.getErrorMessage()
Gets the error message that (if it's an error situation and therefore the string is not null) points to some fault.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNErrorMessageModifierConstructorDescriptionSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName, SVNProperties revisionProperties, String propertyName) Constructs an SVNEvent object.SVNEvent
(SVNErrorMessage errorMessage, SVNEventAction expected) Constructs an SVNEvent object given an error message for a filed operation. -
Uses of SVNErrorMessage in org.tmatesoft.svn.core.wc.admin
Fields in org.tmatesoft.svn.core.wc.admin declared as SVNErrorMessageMethods in org.tmatesoft.svn.core.wc.admin that return SVNErrorMessageModifier and TypeMethodDescriptionSVNAdminEvent.getError()
Returns the error message describing the error occurred while performing an operation.Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type SVNErrorMessageModifierConstructorDescriptionSVNAdminEvent
(SVNAdminEventAction action, SVNLock lock, SVNErrorMessage error, String message) Creates a new event.