RNGUnexpectedElementFoundException.java
404 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 RNGUnexpectedElementFoundException
extends RNGParseException {
private static final long serialVersionUID = -2340408528814646571L;
public RNGUnexpectedElementFoundException(String string) {
super(string);
}
}