InvalidInsetCrop.java 347 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.cq.dam.dm.process.workflow;

class InvalidInsetCrop
extends Exception {
    public InvalidInsetCrop(String value) {
        super("Inset crop is invalid: " + value);
    }

    public InvalidInsetCrop(String value, Throwable t) {
        super("Inset crop is invalid: " + value, t);
    }
}