AVR Z-LINKŪ


radioInterface.RadioInterfaceStartException Class Reference

List of all members.

Detailed Description

Class that defines the exception thrown by the RadioInterface in the case of an error during start-up of the radio.

See also:
RadioInterface
Application note:
AVR414: User's Guide - ATAVRRZ502 - Accessory Kit
Author:
Atmel Corporation: http://www.atmel.com
Support email: avr@atmel.com
Name
vkbakken
Revision
1.5
RCSfile
code_header_template_CVS_DOXYGEN.txt,v
Date
2006/04/07 12:40:07

Definition at line 24 of file RadioInterfaceStartException.java.

Public Member Functions

 RadioInterfaceStartException (String event)
 Class constructor that makes a new RadioInterfaceException instance.


Constructor & Destructor Documentation

radioInterface.RadioInterfaceStartException.RadioInterfaceStartException ( String  event  ) 

Class constructor that makes a new RadioInterfaceException instance.

Parameters:
event String describing the new event occurance.

Definition at line 35 of file RadioInterfaceStartException.java.

00035                                                             {
00036                 super( event );
00037         }

@DOC_TITLE@
Generated on Sat Dec 2 16:14:07 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by doxygen 1.4.7