/** * Used for testing instantiations. * * @param message the detail message */ protected JavaScriptException(String message) { super(null); this.message = this.description = message; this.e = NOT_SET; fillInStackTrace(); }
/** * Used for testing instantiations. * * @param message the detail message */ protected JavaScriptException(String message) { super(null); this.message = this.description = message; this.e = NOT_SET; fillInStackTrace(); }