Class EcsvFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.ecsv.EcsvFormatException
All Implemented Interfaces:
Serializable

public class EcsvFormatException extends Exception
Exception thrown if an attempt to read an ECSV file fails because the input does not appear to conform to the ECSV format.
Since:
27 Apr 2020
Author:
Mark Taylor
See Also:
  • Constructor Details

    • EcsvFormatException

      public EcsvFormatException(String msg, Throwable cause)
      Constructs an exception with a given message and cause.
      Parameters:
      msg - message
      cause - underlying exception
    • EcsvFormatException

      public EcsvFormatException(String msg)
      Constructs an exception with a given message.
      Parameters:
      msg - message