com.buglabs.nmea.sentences
Class NMEAParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.buglabs.nmea.sentences.NMEAParserException
All Implemented Interfaces:
java.io.Serializable

public class NMEAParserException
extends java.lang.RuntimeException

An unchecked exception for NMEA parsing errors.

See Also:
Serialized Form

Constructor Summary
NMEAParserException(java.lang.String msg)
           
NMEAParserException(java.lang.String msg, java.lang.Throwable e)
           
 
Method Summary
 
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

NMEAParserException

public NMEAParserException(java.lang.String msg,
                           java.lang.Throwable e)

NMEAParserException

public NMEAParserException(java.lang.String msg)