Class CsvValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CsvValidationException
    extends CsvException
    Exception thrown by a LineValidator or LineValidatorAggregator when a single line is invalid.
    Since:
    5.0
    Author:
    Scott Conway
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CsvValidationException

        public CsvValidationException()
        Default constructor.
      • CsvValidationException

        public CsvValidationException​(java.lang.String message)
        Constructor that allows for a human readable message.
        Parameters:
        message - - error text.