RNGParseException.java
394 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.xmp.schema.rng.parser.exceptions;
public class RNGParseException
extends RuntimeException {
private static final long serialVersionUID = 3954153244247976307L;
public RNGParseException(String message) {
super(message);
}
public RNGParseException(String message, Throwable t) {
super(message, t);
}
}