Class DataException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class DataException
    extends java.lang.Exception
    When input byte array is not packed decimal format or number to convert is not valid.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DataException​(java.lang.String message)  
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DataException

        public DataException​(java.lang.String message)
        Parameters:
        message -