Class NashornException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mjeanroy.springmvc.view.mustache.exceptions.NashornException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class NashornException extends RuntimeException
Deprecated.Nashorn will be removed after jdk 11, so nashorn engine ill be removed in the next major version.Nashorn exception. Throwed when a problem occurs during nashorn evaluation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NashornException(NoSuchMethodException ex)
Deprecated.Create exception.NashornException(ScriptException ex)
Deprecated.Create exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NashornException
public NashornException(ScriptException ex)
Deprecated.Create exception.- Parameters:
ex
- Original exception.
-
NashornException
public NashornException(NoSuchMethodException ex)
Deprecated.Create exception.- Parameters:
ex
- Original exception.
-
-