com.mageddo.rawstringliterals.exception.UnchekedParseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rsl-compiler Show documentation
Show all versions of rsl-compiler Show documentation
String multiline support for Java without all concatenation and stuff
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