org.apache.cactus.util
Class StringUtil

java.lang.Object
  extended byorg.apache.cactus.util.StringUtil

public class StringUtil
extends java.lang.Object

Various utility methods for string manipulation.

Version:
$Id: StringUtil.java,v 1.5 2003/01/03 15:35:46 vmassol Exp $
Author:
Vincent Massol, Christopher Lenz

Constructor Summary
StringUtil()
           
 
Method Summary
static java.lang.String exceptionToString(java.lang.Throwable theThrowable)
          Returns the stack trace of an exception as String.
static java.lang.String exceptionToString(java.lang.Throwable theThrowable, java.lang.String[] theFilterPatterns)
          Returns the stack trace of an exception as String, optionally filtering out line from the stack trac
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtil

public StringUtil()
Method Detail

exceptionToString

public static java.lang.String exceptionToString(java.lang.Throwable theThrowable)
Returns the stack trace of an exception as String.

Parameters:
theThrowable - the exception from which to extract the stack trace as a String
Returns:
the exception stack trace as a String

exceptionToString

public static java.lang.String exceptionToString(java.lang.Throwable theThrowable,
                                                 java.lang.String[] theFilterPatterns)
Returns the stack trace of an exception as String, optionally filtering out line from the stack trac

Parameters:
theThrowable - the exception from which to extract the stack trace as a String
theFilterPatterns - Array containing a list of patterns to filter out from the stack trace
Returns:
the exception stack trace as a String


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.