Compoze Software, Inc.

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.


Constructor Summary
ExceptionAnalyzer(java.lang.Throwable t)
          Constructor.
 
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
 

Constructor Detail

ExceptionAnalyzer


public ExceptionAnalyzer(java.lang.Throwable t)
Constructor.
Method Detail

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

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.