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

com.github.uscexp.grappa.extension.exception.PegParserGeneratorException Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2014 - 2016 by haui - all rights reserved
 */
package com.github.uscexp.grappa.extension.exception;

/**
 * @author haui
 *
 */
public class PegParserGeneratorException extends Exception {

	private static final long serialVersionUID = 7417331963144862868L;

	public PegParserGeneratorException(String message, Throwable cause) {
		super(message, cause);
	}

	public PegParserGeneratorException(String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy