1: /* 2: * Created on 18-Dec-2006 3: */ 4: package uk.org.ponder.beanutil; 5: 6: public class BeanNotFoundException extends RuntimeException { 7: 8: }