Class BracesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.script.ScriptException
delight.nashornsandbox.exceptions.BracesException
- All Implemented Interfaces:
Serializable
Exception thrown when braces "{}" are missed in JS script, when it is not
allowed.
Created on 2017.11.24
- Version:
- $Id$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.script.ScriptException
getColumnNumber, getFileName, getLineNumber, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BracesException
-