org.springframework.richclient.script
Class ScriptExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.richclient.script.BaseScriptException
org.springframework.richclient.script.ScriptExecutionException
- All Implemented Interfaces:
- Serializable
public class ScriptExecutionException
- extends BaseScriptException
Converts ScriptException
to a runtime exception.
- Author:
- Peter De Bruycker
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScriptExecutionException
public ScriptExecutionException(String message,
javax.script.ScriptException cause)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.