dk.navicon.AIS
Class AISParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--dk.navicon.AIS.AISParseException
All Implemented Interfaces:
java.io.Serializable

public class AISParseException
extends java.lang.Exception

Thrown when there ís a problem with parsing the AIS data, e.g., checksum of the VDM/VDO message is wrong

See Also:
Serialized Form

Constructor Summary
AISParseException(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

AISParseException

public AISParseException(java.lang.String msg)