wonderly.jeaprs.aprs
Class APRSException

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

public class APRSException
extends java.lang.Exception

Exceptions generated specifically due to APRS processing errors

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
APRSException()
           
APRSException(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

APRSException

public APRSException(java.lang.String msg)

APRSException

public APRSException()