Class UnparseableColumnsParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.java.util.common.parsers.ParseException
org.apache.druid.java.util.common.parsers.UnparseableColumnsParseException
- All Implemented Interfaces:
Serializable
This type of ParseException is meant to be used within ingestion to hold parse exception information for
rows that were partially parseable but had one or more unparseable columns, such as when passing a non-numeric
value to a numeric column. There may be several such exceptions in a given row, so this exception can hold
multiple column exception messages.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.java.util.common.parsers.ParseException
getInput, getTimeOfExceptionMillis, isFromPartiallyValidRowMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnparseableColumnsParseException
-
-
Method Details
-
getColumnExceptionMessages
-