RNGElementNotSupportedException.java 399 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.xmp.schema.rng.parser.exceptions;

import com.adobe.xmp.schema.rng.parser.exceptions.RNGParseException;

public class RNGElementNotSupportedException
extends RNGParseException {
    private static final long serialVersionUID = 4631275050411273383L;

    public RNGElementNotSupportedException(String message) {
        super(message);
    }
}