public static class

BshScriptUtils.BshExecutionException

extends NestedRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.scripting.bsh.BshScriptUtils.BshExecutionException

Class Overview

Exception to be thrown on script execution failure.

Summary

[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object