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

public class DataCollectionInitialValueException extends Exception
A specific exception launched when an error occurs during Initial Value conversion.
Since:
13.0
See Also:
  • Constructor Details

    • DataCollectionInitialValueException

      public DataCollectionInitialValueException(String message, Throwable cause)
      Constructor for the exception.
      Parameters:
      message - the exception message
      cause - the original exception
    • DataCollectionInitialValueException

      public DataCollectionInitialValueException(String message)
      Constructor for the exception.
      Parameters:
      message - the exception message