ajsfw
Version:
Ajs Framework
44 lines (43 loc) • 2.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var exceptions_1 = require("ajsfw/exceptions");
var RenderTargetNotInManagedDocumentException = (function (_super) {
__extends(RenderTargetNotInManagedDocumentException, _super);
function RenderTargetNotInManagedDocumentException() {
return _super !== null && _super.apply(this, arguments) || this;
}
return RenderTargetNotInManagedDocumentException;
}(exceptions_1.Exception));
exports.RenderTargetNotInManagedDocumentException = RenderTargetNotInManagedDocumentException;
var TargetOrParentIsUnknownException = (function (_super) {
__extends(TargetOrParentIsUnknownException, _super);
function TargetOrParentIsUnknownException() {
return _super !== null && _super.apply(this, arguments) || this;
}
return TargetOrParentIsUnknownException;
}(exceptions_1.Exception));
exports.TargetOrParentIsUnknownException = TargetOrParentIsUnknownException;
var SourceNodeHasNoComponentAssignedException = (function (_super) {
__extends(SourceNodeHasNoComponentAssignedException, _super);
function SourceNodeHasNoComponentAssignedException() {
return _super !== null && _super.apply(this, arguments) || this;
}
return SourceNodeHasNoComponentAssignedException;
}(exceptions_1.Exception));
exports.SourceNodeHasNoComponentAssignedException = SourceNodeHasNoComponentAssignedException;
var CSSRequiredResourceNotLoadedException = (function (_super) {
__extends(CSSRequiredResourceNotLoadedException, _super);
function CSSRequiredResourceNotLoadedException() {
return _super !== null && _super.apply(this, arguments) || this;
}
return CSSRequiredResourceNotLoadedException;
}(exceptions_1.Exception));
exports.CSSRequiredResourceNotLoadedException = CSSRequiredResourceNotLoadedException;
var CSSInvalidResourceSpecificationException = (function (_super) {
__extends(CSSInvalidResourceSpecificationException, _super);
function CSSInvalidResourceSpecificationException() {
return _super !== null && _super.apply(this, arguments) || this;
}
return CSSInvalidResourceSpecificationException;
}(exceptions_1.Exception));
exports.CSSInvalidResourceSpecificationException = CSSInvalidResourceSpecificationException;