JAL-1807 still testing
[jalviewjs.git] / unused / com / stevesoft / pat / NotImplementedError.java
1 package //\r
2 // This software is now distributed according to\r
3 // the Lesser Gnu Public License.  Please see\r
4 // http://www.gnu.org/copyleft/lesser.txt for\r
5 // the details.\r
6 //    -- Happy Computing!\r
7 //\r
8 com.stevesoft.pat;\r
9 \r
10 public class NotImplementedError extends Error\r
11 {\r
12   public NotImplementedError(String s)\r
13   {\r
14     super(s);\r
15   }\r
16 }\r