Class EcsvFormatException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EcsvFormatException
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EcsvFormatException​(java.lang.String msg)
      Constructs an exception with a given message.
      EcsvFormatException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs an exception with a given message and cause.
    • 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

      • EcsvFormatException

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

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