Class 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BracesException

        public BracesException​(java.lang.String s)