org.apache.cactus.util
class StringUtil

java.lang.Object
  |
  +--org.apache.cactus.util.StringUtil
Known Advisors:
LogAspect

public class StringUtil
extends java.lang.Object

Various utility methods for string manipulation.

Version:
$Id: StringUtil.java,v 1.1 2002/07/28 13:38:41 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
StringUtil()
           
 
Method Summary
static String exceptionToString(Throwable theThrowable)
           Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtil

public StringUtil()
Method Detail

exceptionToString

public static String exceptionToString(Throwable theThrowable)
Affected by:
around() in LogAspect.


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