tuwien.auto.calimero.exception.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of calimero-core Show documentation
Show all versions of calimero-core Show documentation
Calimero, a free KNX network library
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.