Package org.mvel2.templates
Class TemplateRuntimeError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.mvel2.templates.TemplateRuntimeError
-
- All Implemented Interfaces:
java.io.Serializable
public class TemplateRuntimeError extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateRuntimeError()
TemplateRuntimeError(java.lang.String s)
TemplateRuntimeError(java.lang.String s, java.lang.Throwable throwable)
TemplateRuntimeError(java.lang.Throwable throwable)
-
-
-
Constructor Detail
-
TemplateRuntimeError
public TemplateRuntimeError()
-
TemplateRuntimeError
public TemplateRuntimeError(java.lang.String s)
-
TemplateRuntimeError
public TemplateRuntimeError(java.lang.String s, java.lang.Throwable throwable)
-
TemplateRuntimeError
public TemplateRuntimeError(java.lang.Throwable throwable)
-
-