com.atlassian.jira.util
Class ExceptionUtil

java.lang.Object
  extended by com.atlassian.jira.util.ExceptionUtil

public class ExceptionUtil
extends java.lang.Object


Constructor Summary
ExceptionUtil()
           
 
Method Summary
static java.lang.String getExceptionAsHtml(SearchException e)
           
static java.lang.String getMessage(java.lang.Exception e)
          Extracts the closest thing to an end-user-comprehensible message from an exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtil

public ExceptionUtil()
Method Detail

getMessage

public static java.lang.String getMessage(java.lang.Exception e)
Extracts the closest thing to an end-user-comprehensible message from an exception.


getExceptionAsHtml

public static java.lang.String getExceptionAsHtml(SearchException e)


Copyright © 2002-2011 Atlassian. All Rights Reserved.