Package tech.greenfield.vertx.irked
Class HttpError.UncheckedHttpError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tech.greenfield.vertx.irked.HttpError.UncheckedHttpError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HttpError
public class HttpError.UncheckedHttpError extends RuntimeException
A RuntimeException wrapper for HttpError to allow it to be thrown from within non-declaring code. It is meant to be used in Vert.x Future handler lambdas. This is the type generated byHttpError.unchecked().- Author:
- odeda
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-