mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};
|
|
|
|
#end
|
|
#parse("File Header.java")
|
|
public class ${NAME} extends RuntimeException {
|
|
public ${NAME}(String message) {
|
|
super(message);
|
|
}
|
|
}
|