org.tmatesoft.svn.core
Class SVNException
Exceptionorg.tmatesoft.svn.core.SVNException
public class SVNException
extends Exception
A main exception class that is used in the SVNKit library. All other
SVNKit exception classes extend this one. Detailed information
on the error (description, error code) is encapsulated inside an error
message that is held by an SVNException.
SVNException
public SVNException(SVNErrorMessage errorMessage)
Creates an exception given an error message.
errorMessage - an error message
SVNException
public SVNException(SVNErrorMessage errorMessage,
Throwable cause) Creates an exception given an error message and the cause exception.
errorMessage - an error messagecause - the real cause of the error
getErrorMessage
public SVNErrorMessage getErrorMessage()
Returns an error message provided to this exception object.
- an error message that contains details on the error
getMessage
public String getMessage()
Returns the informational message describing the cause
of this exception.
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.