Package Exceptions

Class DataException

    • Constructor Summary

      Constructors 
      Constructor Description
      DataException​(java.lang.String msg)
      Constructs an instance of DataException with the specified detail 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 msg)
        Constructs an instance of DataException with the specified detail message.
        Parameters:
        msg - the detail message.