Class ColumnJsonParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.fasterxml.jackson.core.JacksonException
-
- com.fasterxml.jackson.core.JsonProcessingException
-
- com.fasterxml.jackson.core.exc.StreamReadException
-
- com.fasterxml.jackson.core.JsonParseException
-
- org.apache.pinot.segment.local.segment.creator.impl.ColumnJsonParserException
-
- All Implemented Interfaces:
Serializable
public class ColumnJsonParserException extends com.fasterxml.jackson.core.JsonParseException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColumnJsonParserException(String columnName, com.fasterxml.jackson.core.JsonParseException jpe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Default method overridden so that we can add column and location informationStringtoString()-
Methods inherited from class com.fasterxml.jackson.core.JsonParseException
getProcessor, getRequestPayload, getRequestPayloadAsString, withParser, withRequestPayload
-
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessageSuffix, getOriginalMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ColumnJsonParserException
public ColumnJsonParserException(String columnName, com.fasterxml.jackson.core.JsonParseException jpe)
-
-
Method Detail
-
getMessage
public String getMessage()
Default method overridden so that we can add column and location information- Overrides:
getMessagein classcom.fasterxml.jackson.core.JsonParseException
-
toString
public String toString()
- Overrides:
toStringin classcom.fasterxml.jackson.core.JsonProcessingException
-
-