UNPKG

jsts

Version:

A JavaScript library of spatial predicates and functions for processing geometry

16 lines (15 loc) 480 B
import Exception from '../../../../../java/lang/Exception.js' export default class NoninvertibleTransformationException extends Exception { constructor() { super() NoninvertibleTransformationException.constructor_.apply(this, arguments) } static constructor_() { if (arguments.length === 0) { Exception.constructor_.call(this) } else if (arguments.length === 1) { const msg = arguments[0] Exception.constructor_.call(this, msg) } } }