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

tuwien.auto.calimero.exception.package.html Maven / Gradle / Ivy

There is a newer version: 2.6-rc1
Show newest version

	
	Exception hierarchy containing 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 this.
Nevertheless, internal error states and failures originating from Calimero itself should be signaled through Calimero specific exceptions if possible.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy