Class InternalError

Represents the an internal error.

ConstructorDescription
InternalError()Constructs the error.
InternalError(String)Constructs the error with the specified message.

captureStackTrace, toString

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

InternalError()

Constructs the error.


InternalError(msg: String)

Constructs the error with the specified message.

Parameters:

  • msg - the internal error message.