Add code to load bug categories and patterns from the FindBugs messages.xml file.
[cfb.git] / prod / net / jaekl / cfb / db / TypeMismatchException.java
1 package net.jaekl.cfb.db;
2
3 public class TypeMismatchException extends Exception {
4         private static final long serialVersionUID = 1L;
5         
6         public TypeMismatchException(String msg) {
7                 super(msg);
8         }
9 }