RNGInvalidSchemaException.java
559 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.kohsuke.rngom.rngparser.parse.IllegalSchemaException
*/
package com.adobe.xmp.schema.rng.parser.exceptions;
import org.kohsuke.rngom.rngparser.parse.IllegalSchemaException;
public class RNGInvalidSchemaException
extends Exception {
private static final long serialVersionUID = 404637001857647896L;
public RNGInvalidSchemaException(IllegalSchemaException ex) {
super("A voilation of RNG spec found while parsing RelaxNG schema", (Throwable)ex);
}
}