Service.java 307 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.xfa.service;

import com.adobe.xfa.ut.ExFull;
import com.adobe.xfa.ut.ResId;

public class Service {
    public void setOption(String optionName, String optionValue, boolean bCritical) {
        throw new ExFull(ResId.InvalidOptionException);
    }
}