![JAR search and dependency download from the Maven repository](/logo.png)
iperll.writejava4me-examples.0.3.source-code.RuntimeExceptionWrapper.mustache Maven / Gradle / Ivy
The newest version!
package {{package}};
@SuppressWarnings("serial")
public class {{class}} extends RuntimeException {
private final {{annotated}} cause;
public {{class}}({{annotated}} cause) {
super(cause);
this.cause = cause;
}
@Override
public {{annotated}} getCause() {
return cause;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy