public class SVNException
extends java.lang.Exception
Constructor and Description |
---|
SVNException(SVNErrorMessage errorMessage)
Creates an exception given an error message.
|
SVNException(SVNErrorMessage errorMessage,
java.lang.Throwable cause)
Creates an exception given an error message and the cause exception.
|
Modifier and Type | Method and Description |
---|---|
SVNErrorMessage |
getErrorMessage()
Returns an error message provided to this exception object.
|
java.lang.String |
getMessage()
Returns the informational message describing the cause
of this exception.
|
boolean |
isEnoent() |
public SVNException(SVNErrorMessage errorMessage)
errorMessage
- an error messagepublic SVNException(SVNErrorMessage errorMessage, java.lang.Throwable cause)
errorMessage
- an error messagecause
- the real cause of the errorpublic SVNErrorMessage getErrorMessage()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public boolean isEnoent()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.