Final Class: URLError
Oracle® JavaScript Extension Toolkit (JET)
8.0.0
F18189-01
URLError
- Version:
- 8.0.0
- Since:
- 1.0.0
- Module:
- ojmodel
Module usage
See JET Module Loading for an overview of module usage within JET.
Javascript Import Format
define(['ojs/ojmodel'], function(model) { // Application should call API on model.URLError })
Typescript Import Format
//To import this class, use the format below.
import {URLError} from "ojs/ojmodel";
JET In Typescript
A detailed description of working with JET elements and classes in your typescript project can be found at: JET Typescript Usage.
Final classes in JET
Classes in JET are generally final and do not support subclassing. At the moment, final is not enforced. However, this will likely change in an upcoming JET release.
Description
Constructs a URLError, thrown when API calls are made that require a URL but no URL is
defined.