All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netpreserve.jwarc.ParsingException Maven / Gradle / Ivy

There is a newer version: 0.31.1
Show newest version
/*
 * SPDX-License-Identifier: Apache-2.0
 * Copyright (C) 2018 National Library of Australia and the jwarc contributors
 */

package org.netpreserve.jwarc;

import java.io.IOException;

public class ParsingException extends IOException {
    public ParsingException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy