public final class FallthroughException extends RuntimeException
RuntimeException raised for falling through to the next something. It would be raised from
ExceptionHandlerFunction, RequestConverterFunction and/or ResponseConverterFunction.| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
static FallthroughException |
get()
Returns a singleton
FallthroughException. |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static FallthroughException get()
FallthroughException.public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2020 LeanCloud. All rights reserved.