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

tuwien.auto.calimero.package-info Maven / Gradle / Ivy

There is a newer version: 2.6-rc1
Show newest version
/**
 * Base package of the Calimero library. All functionality part of Calimero is located in here and in sub packages. This
 * package contains functionality used throughout the library, as well as the Settings class for querying
 * library-related information.
 * 

* This package contains common types of (checked) exceptions thrown throughout the library by public or * protected visible methods.
* In general, checked exceptions used in Calimero should extend the base exception KNXException. *

* Unchecked exceptions only:
* Since a method might throw any type of runtime exception, even those not specified here, there is no * Calimero-specific base exception for that.
* Nevertheless, internal error states and failures originating from Calimero itself should be signaled through * library-specific exceptions if possible. */ package tuwien.auto.calimero;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy