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

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