OSDN Git Service

"https://svn.sourceforge.jp/svnroot/ea2ddl" にプロジェクト "ea2ddl-dao" を共用
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / allcommon / exception / EndCommentNotFoundException.java
1 package jp.sourceforge.ea2ddl.dao.allcommon.exception;\r
2 \r
3 /**\r
4  * The exception of when the end comment is not found about outsideSql.\r
5  * @author DBFlute(AutoGenerator)\r
6  */\r
7 public class EndCommentNotFoundException extends RuntimeException {\r
8 \r
9     /** Serial version UID. (Default) */\r
10     private static final long serialVersionUID = 1L;\r
11 \r
12     /**\r
13      * Constructor.\r
14      * @param msg Exception message. (NotNull)\r
15      */\r
16     public EndCommentNotFoundException(String msg) {\r
17         super(msg);\r
18     }\r
19 }\r