MCPcopy Create free account
hub / github.com/beanshell/beanshell / getMessage

Method getMessage

src/bsh/ParseException.java:177–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175
176 // Begin BeanShell Modification - moved body to overloaded getMessage()
177 public String getMessage() {
178 return getMessage( false );
179 }
180 // End BeanShell Modification - moved body to overloaded getMessage()
181
182 /**

Callers 1

getErrorLineNumberMethod · 0.95

Calls 2

add_escapesMethod · 0.95
getRawMessageMethod · 0.80

Tested by

no test coverage detected