Class CsvParsingException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=STABLE,
         since="5.7")
    public class CsvParsingException
    extends org.junit.platform.commons.JUnitException
    Thrown if an error is encountered while parsing CSV input.
    Since:
    5.3
    See Also:
    CsvSource, CsvFileSource, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • 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

      • CsvParsingException

        public CsvParsingException​(java.lang.String message)
      • CsvParsingException

        public CsvParsingException​(java.lang.String message,
                                   java.lang.Throwable cause)