com.atlassian.jira.util
Class ExceptionUtil

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

public class ExceptionUtil
extends Object


Constructor Summary
ExceptionUtil()
           
 
Method Summary
static String getExceptionAsHtml(SearchException e)
           
static String getMessage(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 String getMessage(Exception e)
Extracts the closest thing to an end-user-comprehensible message from an exception.


getExceptionAsHtml

public static String getExceptionAsHtml(SearchException e)


Copyright © 2002-2013 Atlassian. All Rights Reserved.