Package com.sun.enterprise.util
Class FelixPrettyPrinter
java.lang.Object
com.sun.enterprise.util.FelixPrettyPrinter
Tools for obtaining readable information from the
BundleException-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindBundleIds(String message) static voidstatic StringprettyPrintExceptionMessage(String message) Prints exception messages from Felix bundle classloading in a more human readable way.
-
Constructor Details
-
FelixPrettyPrinter
public FelixPrettyPrinter()
-
-
Method Details
-
main
-
prettyPrintExceptionMessage
Prints exception messages from Felix bundle classloading in a more human readable way.- Parameters:
message- - error message from the exception- Returns:
- multiline human readable string
-
findBundleIds
- Parameters:
message- - error message from the exception- Returns:
- list of bundle ids (are in square brackets in the message)
-