AVR Z-LINKŪ


SerialStreamException.java

Go to the documentation of this file.
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/
00002 package serialInterface;
00003 
00004 
00022 public class SerialStreamException extends Exception {
00023         
00024         private static final long serialVersionUID = 1L;
00025         
00034         public SerialStreamException( String event ){
00035                 super( event );
00036         }
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