dk.tbsalling.aismessages.nmea.exceptions
Class NMEAParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.tbsalling.aismessages.nmea.exceptions.NMEAParseException
All Implemented Interfaces:
Serializable

public class NMEAParseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
NMEAParseException(String rawMessage, String errorDescription)
           
 
Method Summary
 String getErrorDescription()
           
 String getMessage()
           
 String getRawMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

NMEAParseException

public NMEAParseException(String rawMessage,
                          String errorDescription)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getRawMessage

public final String getRawMessage()

getErrorDescription

public final String getErrorDescription()


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.