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

org.voovan.http.server.exception.ParserException Maven / Gradle / Ivy

There is a newer version: 4.3.8
Show newest version
package org.voovan.http.server.exception;

import java.io.IOException;

/**
 * 类文字命名
 *
 * @author: helyho
 * Voovan Framework.
 * WebSite: https://github.com/helyho/Voovan
 * Licence: Apache v2 License
 */
public class ParserException extends IOException {
    public ParserException(String msg){
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy