org.springframework.scripting
Class ScriptCompilationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.scripting.ScriptCompilationException
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 message
- cause- the root cause (usually from using an underlying
 script compiler API)
 
Copyright © 2002-2007 The Spring Framework.