Class: ConverterError

Oracle® Fusion Middleware Oracle JavaScript Extension Toolkit (JET)
12c (12.1.4)

E54107-01

QuickNav

oj. ConverterError

Constructor

new ConverterError(summary, detail)

Constructs a ConverterError instance from a summary and detail
Parameters:
Name Type Description
summary string a localized String that provides a summary of the error
detail string a localized String that provides a detail of the error
Source:

Methods

getMessage() → {Object}

Returns an instance of oj.Message.
Source:
Returns:
instance of oj.Message
Type
Object

Init(message)

Initializes the instance.
Parameters:
Name Type Description
message Object instance of oj.Message
Source: