removeStringException static method

String removeStringException(
  1. String ptext
)

Implementation

static String removeStringException(String ptext) {
  return ptext.replaceAll("Exception: ", "");
}