Package com.fasterxml.jackson.core.exc
Class StreamConstraintsException
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.StreamConstraintsException
- All Implemented Interfaces:
Serializable
Exception type used to indicate violations of stream constraints
(for example
StreamReadConstraints
)
when reading or writing content.- Since:
- 2.15
- See Also:
-
Field Summary
Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location
-
Constructor Summary
-
Method Summary
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
StreamConstraintsException
-
StreamConstraintsException
-