Package au.gov.amsa.ais
Class AisParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- au.gov.amsa.ais.AisParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class AisParseException extends java.lang.RuntimeExceptionException class for AIS parsing.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINVALID_CHARACTERstatic java.lang.StringNOT_CONSISTENT_DECODED_STRING
-
Constructor Summary
Constructors Constructor Description AisParseException(java.lang.String errorMsg)AisParseException(java.lang.Throwable t)
-