wonderly.jeaprs.aprs
Class InvalidPacketConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--wonderly.jeaprs.aprs.InvalidPacketConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPacketConfigurationException
extends java.lang.Exception

A APRSData subclass has not completely been initialized before an attempt was made to send it as an APRS packet

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.
See Also:
Serialized Form

Constructor Summary
InvalidPacketConfigurationException()
           
InvalidPacketConfigurationException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPacketConfigurationException

public InvalidPacketConfigurationException()

InvalidPacketConfigurationException

public InvalidPacketConfigurationException(java.lang.String msg)