Class TomlStreamReadException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TomlStreamReadException
    extends com.fasterxml.jackson.core.exc.StreamReadException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      • Fields inherited from class com.fasterxml.jackson.core.exc.StreamReadException

        _processor, _requestPayload
      • Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException

        _location
    • Constructor Summary

      Constructors 
      Constructor Description
      TomlStreamReadException​(com.fasterxml.jackson.core.JsonParser p, java.lang.String msg, com.fasterxml.jackson.core.JsonLocation loc)  
      TomlStreamReadException​(com.fasterxml.jackson.core.JsonParser p, java.lang.String msg, com.fasterxml.jackson.core.JsonLocation loc, java.lang.Throwable rootCause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TomlStreamReadException withParser​(com.fasterxml.jackson.core.JsonParser p)  
      TomlStreamReadException withRequestPayload​(com.fasterxml.jackson.core.util.RequestPayload p)  
      • Methods inherited from class com.fasterxml.jackson.core.exc.StreamReadException

        _currentLocation, getMessage, getProcessor, getRequestPayload, getRequestPayloadAsString
      • Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException

        clearLocation, getLocation, getMessageSuffix, getOriginalMessage, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TomlStreamReadException

        TomlStreamReadException​(com.fasterxml.jackson.core.JsonParser p,
                                java.lang.String msg,
                                com.fasterxml.jackson.core.JsonLocation loc)
      • TomlStreamReadException

        TomlStreamReadException​(com.fasterxml.jackson.core.JsonParser p,
                                java.lang.String msg,
                                com.fasterxml.jackson.core.JsonLocation loc,
                                java.lang.Throwable rootCause)
    • Method Detail

      • withParser

        public TomlStreamReadException withParser​(com.fasterxml.jackson.core.JsonParser p)
        Specified by:
        withParser in class com.fasterxml.jackson.core.exc.StreamReadException
      • withRequestPayload

        public TomlStreamReadException withRequestPayload​(com.fasterxml.jackson.core.util.RequestPayload p)
        Specified by:
        withRequestPayload in class com.fasterxml.jackson.core.exc.StreamReadException