org.rhq.core.domain.util
Class ReportUtils
java.lang.Object
org.rhq.core.domain.util.ReportUtils
public abstract class ReportUtils
- extends Object
Utilities for dealing with report objects returned from a plugin.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportUtils
public ReportUtils()
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 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.