org.rhq.core.domain.util
Class ReportUtils

java.lang.Object
  extended by org.rhq.core.domain.util.ReportUtils

public abstract class ReportUtils
extends Object

Utilities for dealing with report objects returned from a plugin.


Constructor Summary
ReportUtils()
           
 
Method Summary
static String getErrorMessageFromThrowable(Throwable throwable)
          Converts a throwable into an error message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportUtils

public ReportUtils()
Method Detail

getErrorMessageFromThrowable

public static String getErrorMessageFromThrowable(Throwable throwable)
Converts a throwable into an error message.

Parameters:
throwable - error being converted
Returns:
string representation of the throwable, null if the throwable is null


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.