ParseXMPException.java 250 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.xmp.core.parser;

import com.adobe.xmp.core.XMPException;

public class ParseXMPException
extends XMPException {
    public ParseXMPException(String errorMsg) {
        super(errorMsg);
    }
}