OutputServiceLogMsg.java 540 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.fd.output.internal.logging;

public class OutputServiceLogMsg {
    public static final String INVALID_PARAMETER_VALUE = "AEM_OUT_001_001";
    public static final String PARAMETER_IS_NULL = "AEM_OUT_001_002";
    public static final String UNEXPECTED_EXCEPTION_ARG = "AEM_OUT_001_003";
    public static final String INPUT_IS_NOT_PDF_FORM = "AEM_OUT_001_004";
    public static final String ERROR_CREATING_DEBUG_DUMP = "AEM_OUT_001_005";

    private OutputServiceLogMsg() {
    }
}