ocss.nmea.api
Class NMEAException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ocss.nmea.api.NMEAException
All Implemented Interfaces:
java.io.Serializable

public class NMEAException
extends java.lang.Exception

Anything that can happen during the NMEA Stream reading

See Also:
Serialized Form

Constructor Summary
NMEAException()
           
NMEAException(java.lang.String s)
           
 
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

NMEAException

public NMEAException()

NMEAException

public NMEAException(java.lang.String s)