Class DataCollectionInitialValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.node.DataCollectionInitialValueException
- All Implemented Interfaces:
Serializable
A specific exception launched when an error occurs during Initial Value conversion.
- Since:
- 13.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the exception.DataCollectionInitialValueException(String message, Throwable cause) Constructor for the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataCollectionInitialValueException
Constructor for the exception.- Parameters:
message- the exception messagecause- the original exception
-
DataCollectionInitialValueException
Constructor for the exception.- Parameters:
message- the exception message
-