Class DataException

All Implemented Interfaces:
Serializable

public class DataException extends RuntimeException
Exception for any data collection related issue. This is a runtime exception that allows us to unify the exception handling.
Author:
Nick Collier
See Also:
  • Constructor Details

    • DataException

      public DataException()
    • DataException

      public DataException(String arg0, Throwable arg1)
      Parameters:
      arg0 -
      arg1 -
    • DataException

      public DataException(String arg0)
      Parameters:
      arg0 -
    • DataException

      public DataException(Throwable arg0)
      Parameters:
      arg0 -