Class FeathrInputDataException

All Implemented Interfaces:
Serializable

public class FeathrInputDataException extends FeathrException
This exception is thrown when the input data can't be read or is invalid.
See Also:
  • Constructor Details

    • FeathrInputDataException

      public FeathrInputDataException(ErrorLabel errorLabel, String msg, Throwable cause)
    • FeathrInputDataException

      public FeathrInputDataException(ErrorLabel errorLabel, String msg)