Package hec.data.tx
Class DataQualityFlagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hec.data.tx.DataQualityFlagException
- All Implemented Interfaces:
Serializable
Exception class used when operation may not be performed
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorDataQualityFlagException
(String message) Constructor accepting user defined message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataQualityFlagException
public DataQualityFlagException()Default constructor -
DataQualityFlagException
Constructor accepting user defined message- Parameters:
message
- A message string
-
-
Method Details
-
getMessage
Get message string- Overrides:
getMessage
in classThrowable
- Returns:
- The message string
-