Package com.illumon.iris.importers
Class CsvFieldWriter.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.iris.importers.CsvFieldWriter.ParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CsvFieldWriter
Exception class to be thrown by CsvFieldWriter subclasses when an error is encountered while parsing input.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionParseException
(String message) protected
ParseException
(String message, Throwable 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
-
ParseException
-
ParseException
-