Package io.activej.http.decoder
Class DecodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.activej.common.exception.StacklessException
io.activej.http.decoder.DecodeException
- All Implemented Interfaces:
Serializable
public class DecodeException
extends io.activej.common.exception.StacklessException
An exception that occurs when an invalid HTTP request is received and the decoder fails
to map it on needed type.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DecodeException(@NotNull DecodeErrors errors) -
Method Summary
Modifier and Type Method Description @NotNull DecodeErrorsgetErrors()Methods inherited from class io.activej.common.exception.StacklessException
fillInStackTrace, getComponent, isConstant, toStringMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace