Uses of Package
tuwien.auto.calimero.exception

Packages that use tuwien.auto.calimero.exception
tuwien.auto.calimero Base package of the Calimero library. 
tuwien.auto.calimero.cemi Offers an interface to the common External Message Interface, cEMI for short. 
tuwien.auto.calimero.dptxlator Contains translators for translating between KNX datapoint types (DPT), java types and values carrying more specific type semantics (e.g. engineering unit). 
tuwien.auto.calimero.exception Exception hierarchy containing common types of (checked) exceptions thrown throughout the library by public or protected visible methods. 
tuwien.auto.calimero.knxnetip KNXnet/IP protocols for tunneling, device management and routing. 
tuwien.auto.calimero.knxnetip.servicetype Contains service types used by KNXnet/IP protocols. 
tuwien.auto.calimero.knxnetip.util Structures used in KNXnet/IP service types. 
tuwien.auto.calimero.link Link interface to access a KNX network. 
tuwien.auto.calimero.link.medium Contains setting types storing necessary KNX device and medium information, and KNX message frame types for different KNX communication media. 
tuwien.auto.calimero.log Provides a small logging framework used by Calimero for offering information to users of the library. 
tuwien.auto.calimero.mgmt Contains KNX property and management services. 
tuwien.auto.calimero.process Provides high level process communication. 
tuwien.auto.calimero.serial Connection support for communication over a serial port, using the FT 1.2 protocol. 
tuwien.auto.calimero.xml Provides a simple interface for reading and writing XML documents. 
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero
KNXFormatException
          Thrown when some value or content is not in accordance with the expected or requested format or result.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.cemi
KNXFormatException
          Thrown when some value or content is not in accordance with the expected or requested format or result.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.dptxlator
KNXException
          The root checked exception type used in the Calimero library.
KNXFormatException
          Thrown when some value or content is not in accordance with the expected or requested format or result.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.exception
KNXException
          The root checked exception type used in the Calimero library.
KNXRemoteException
          Thrown when a message received from a remote endpoint indicates problems or signals error conditions at the remote server, for example due to a invalid formatted request or processing result.
KNXTimeoutException
          Thrown to indicate that a timeout occurred.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.knxnetip
KNXException
          The root checked exception type used in the Calimero library.
KNXTimeoutException
          Thrown to indicate that a timeout occurred.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.knxnetip.servicetype
KNXFormatException
          Thrown when some value or content is not in accordance with the expected or requested format or result.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.knxnetip.util
KNXFormatException
          Thrown when some value or content is not in accordance with the expected or requested format or result.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.link
KNXException
          The root checked exception type used in the Calimero library.
KNXTimeoutException
          Thrown to indicate that a timeout occurred.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.link.medium
KNXFormatException
          Thrown when some value or content is not in accordance with the expected or requested format or result.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.log
KNXException
          The root checked exception type used in the Calimero library.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.mgmt
KNXException
          The root checked exception type used in the Calimero library.
KNXFormatException
          Thrown when some value or content is not in accordance with the expected or requested format or result.
KNXInvalidResponseException
          Thrown to indicate a message format mismatch of a response sent by a remote endpoint.
KNXRemoteException
          Thrown when a message received from a remote endpoint indicates problems or signals error conditions at the remote server, for example due to a invalid formatted request or processing result.
KNXTimeoutException
          Thrown to indicate that a timeout occurred.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.process
KNXException
          The root checked exception type used in the Calimero library.
KNXFormatException
          Thrown when some value or content is not in accordance with the expected or requested format or result.
KNXRemoteException
          Thrown when a message received from a remote endpoint indicates problems or signals error conditions at the remote server, for example due to a invalid formatted request or processing result.
KNXTimeoutException
          Thrown to indicate that a timeout occurred.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.serial
KNXAckTimeoutException
          Thrown to indicate that a timeout occurred while waiting for an acknowledge response.
KNXException
          The root checked exception type used in the Calimero library.
 

Classes in tuwien.auto.calimero.exception used by tuwien.auto.calimero.xml
KNXException
          The root checked exception type used in the Calimero library.