Package org.apache.camel.support
Class ExceptionHelper
java.lang.Object
org.apache.camel.support.ExceptionHelper
Utilities for handling with Exception objects
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Dumps the stack trace from the given exception to a String
-
Method Details
-
stackTraceToString
Dumps the stack trace from the given exception to a String- Parameters:
e
- the exception to print the stack trace- Returns:
- A string instance with the stack trace for the given exception
-