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

com.mageddo.rawstringliterals.exception.UnchekedParseException Maven / Gradle / Ivy

The newest version!
package com.mageddo.rawstringliterals.exception;

import com.github.javaparser.ParseException;

public class UnchekedParseException extends RuntimeException {
	public UnchekedParseException(ParseException e) {
		super(e);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy