Class AisParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AisParseException
    extends java.lang.RuntimeException
    Exception class for AIS parsing.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • INVALID_CHARACTER

        public static final java.lang.String INVALID_CHARACTER
      • NOT_CONSISTENT_DECODED_STRING

        public static final java.lang.String NOT_CONSISTENT_DECODED_STRING
    • Constructor Detail

      • AisParseException

        public AisParseException​(java.lang.String errorMsg)
      • AisParseException

        public AisParseException​(java.lang.Throwable t)