当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ScriptCompilationException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.scripting
Class ScriptCompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.scripting.ScriptCompilationException
- All Implemented Interfaces:
- Serializable
public class ScriptCompilationException
- extends NestedRuntimeException
Exception to be thrown on script compilation failure.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
ScriptCompilationException
public ScriptCompilationException(String msg)
- Constructor for ScriptCompilationException.
- Parameters:
msg
- the detail message
ScriptCompilationException
public ScriptCompilationException(String msg,
Throwable cause)
- Constructor for ScriptCompilationException.
- Parameters:
msg
- the detail messagecause
- the root cause (usually from using an underlying
script compiler API)
Copyright © 2002-2007 The Spring Framework.