Klasse ExceptionUtils
java.lang.Object
org.apache.fulcrum.yaafi.framework.util.ExceptionUtils
A subset of the utilities available in commons-lang-2.1 ExceptionUtils.
- Autor:
- Siegfried Goeschl
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPublic constructor allows an instance ofExceptionUtilsto be created, although that is not normally necessary. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic StringgetStackTrace(Throwable throwable) Gets the stack trace from a Throwable as a String.
-
Konstruktordetails
-
ExceptionUtils
public ExceptionUtils()Public constructor allows an instance of
ExceptionUtilsto be created, although that is not normally necessary.
-
-
Methodendetails
-
getStackTrace
Gets the stack trace from a Throwable as a String.
- Parameter:
throwable- theThrowableto be examined- Gibt zurück:
- the stack trace as generated by the exception's
printStackTrace(PrintWriter)method
-