当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
Throwables (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util
Class Throwables
java.lang.Object
org.jboss.util.Throwables
- public final class Throwables
- extends Object
A collection of Throwable utilities.
- Version:
- $Revision: 1.1 $
- Author:
- Jason Dillon
Method Summary |
static String |
toString(Throwable t)
Return a string that consists of the stack trace of the given
Throwable . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Throwables
public Throwables()
toString
public static String toString(Throwable t)
- Return a string that consists of the stack trace of the given
Throwable
.
- Parameters:
t
- Throwable
to get stack trace from.
- Returns:
Throwable
stack trace as a string.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.