OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-gen / dbflute / templates / om / csharp / allcommon / exception / OutsideSqlNotFoundException.vmnet
1 \r
2 using System;\r
3 using System.Collections;\r
4 \r
5 namespace ${glPackageBaseCommonException} {\r
6 \r
7     /// <summary>\r
8     /// The exception of when the outside-sql is not found.\r
9     /// Author: ${database.ClassAuthor}\r
10     /// </summary>\r
11     public class ${glOutsideSqlNotFoundException} : SystemException {\r
12 \r
13         /// <summary>\r
14         /// Constructor.\r
15         /// </summary>\r
16         /// <param="msg">Exception message.</param>\r
17         public ${glOutsideSqlNotFoundException}(String msg)\r
18         : base(msg) {}\r
19     }\r
20 }\r