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
public static class CsvFieldWriter.ParseException extends RuntimeException
Exception class to be thrown by CsvFieldWriter subclasses when an error is encountered while parsing input.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description ParseException(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