try {
                this.encode(this.outputFile, this.image, options.width, options.height, options.encodeOptions);
            } catch (err) {
                if (options.expectFailure) {
                    if (options.expectMessage != err.message) {