dk.tbsalling.aismessages.messages
Class Error

java.lang.Object
  extended by dk.tbsalling.aismessages.messages.DecodedAISMessage
      extended by dk.tbsalling.aismessages.messages.Error
All Implemented Interfaces:
Serializable

public class Error
extends DecodedAISMessage

Identification and location message to be emitted by aids to navigation such as buoys and lighthouses.

Author:
tbsalling
See Also:
Serialized Form

Constructor Summary
Error(String rawMessage, String errorDescription)
           
 
Method Summary
 String getErrorDescription()
           
 String getRawMessage()
           
 
Methods inherited from class dk.tbsalling.aismessages.messages.DecodedAISMessage
equals, getMessageType, getMetadata, getRepeatIndicator, getSourceMmsi, hashCode, setMetadata, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Error

public Error(String rawMessage,
             String errorDescription)
Method Detail

getRawMessage

public final String getRawMessage()

getErrorDescription

public final String getErrorDescription()


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.