Class BracesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.script.ScriptException
-
- delight.nashornsandbox.exceptions.BracesException
-
- All Implemented Interfaces:
java.io.Serializable
public class BracesException extends javax.script.ScriptException
Exception thrown when braces "{}" are missed in JS script, when it is not allowed.Created on 2017.11.24
- Version:
- $Id$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description BracesException(java.lang.String s)
-
Method Summary
-
Methods inherited from class javax.script.ScriptException
getColumnNumber, getFileName, getLineNumber, getMessage
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-