|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.tmatesoft.svn.core.SVNException
public class SVNException
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.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SVNException(SVNErrorMessage errorMessage)
errorMessage
- an error messagepublic SVNException(SVNErrorMessage errorMessage, java.lang.Throwable cause)
errorMessage
- an error messagecause
- the real cause of the errorMethod Detail |
---|
public SVNErrorMessage getErrorMessage()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public boolean isEnoent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |