com.compoze.exchange.webdav
Class ExceptionAnalyzer
java.lang.Object
|
+--com.compoze.exchange.webdav.ExceptionAnalyzer
- public class ExceptionAnalyzer
- extends java.lang.Object
This class takes an exception thrown by WebDAV when
opening a session and gives more information that a user can use to
diagnose what went wrong. NOTE: This does not provide information about
exceptions that happen when performing other operations.
Method Summary |
java.lang.String |
getDescriptionHtml()
Gets a description for the problem. |
java.lang.String |
getDescriptionText()
Gets a description for the problem. |
java.lang.String |
getResolutionHtml()
Gets information about possible resolutions for the problem. |
java.lang.String |
getResolutionText()
Gets information about possible resolutions for the problem. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionAnalyzer
public ExceptionAnalyzer(java.lang.Throwable t)
- Constructor.
getDescriptionHtml
public java.lang.String getDescriptionHtml()
- Gets a description for the problem.
- Returns:
- the description
getResolutionHtml
public java.lang.String getResolutionHtml()
- Gets information about possible resolutions for the problem.
- Returns:
- the resolution
getDescriptionText
public java.lang.String getDescriptionText()
- Gets a description for the problem.
- Returns:
- the description
getResolutionText
public java.lang.String getResolutionText()
- Gets information about possible resolutions for the problem.
- Returns:
- the resolution
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.