Uses of Class
delight.nashornsandbox.exceptions.BracesException
Packages that use BracesException
-
Uses of BracesException in delight.nashornsandbox.internal
Methods in delight.nashornsandbox.internal that throw BracesExceptionModifier and TypeMethodDescription(package private) void
JsSanitizer.checkBraces
(String beautifiedJs) After beautifier every braces should be in place, if not, or too many we need to prevent script execution.private String
JsSanitizer.secureJsImpl
(String js)