Home
last modified time | relevance | path

Searched refs:usefullInfoIndex (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptProviderForBeanShell.java326 int usefullInfoIndex = message.lastIndexOf("\' :" ); in processBshException() local
332 if ( usefullInfoIndex > -1 ) in processBshException()
334 message = message.substring( usefullInfoIndex + 2 ); in processBshException()
339 if ( usefullInfoIndex == -1 ) in processBshException()

Completed in 99 milliseconds