Package hec.util.transformation.core
Class DataTransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hec.util.transformation.core.DataTransformationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReaderException
,WriterException
This class is intended to be the base class for the Reader and Writer Exceptions, but also used
for collecting any exceptions that occur during the data transformation process.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataTransformationException
(String message) DataTransformationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataTransformationException
-
DataTransformationException
-
DataTransformationException
-