Package uk.ac.starlink.ecsv
Class EcsvFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.ecsv.EcsvFormatException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs an exception with a given message.EcsvFormatException
(String msg, 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
-
Constructor Details
-
EcsvFormatException
Constructs an exception with a given message and cause.- Parameters:
msg
- messagecause
- underlying exception
-
EcsvFormatException
Constructs an exception with a given message.- Parameters:
msg
- message
-