All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bsc.bean.PropertyNotFoundException Maven / Gradle / Ivy

package org.bsc.bean;


/**
 * 

Title: Bean Manager

*

Description: ORM framework

*

Copyright: Copyright (c) 2003

*

Company:

* @author BARTOLOMEO Sorrentino * @version 1.0 */ @SuppressWarnings("serial") public class PropertyNotFoundException extends IllegalArgumentException { public PropertyNotFoundException(final String s) { super(s); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy