T - The type of RuntimeException that will be ignored.public final class PassThroughExceptionHandler<T extends RuntimeException> extends DefinedExceptionHandler<T>
DefinedExceptionHandler that lets the exception (which must be a subclass of the
RuntimeException class) pass through. All exceptions that extend the defined class will be ignored too.| Constructor and Description |
|---|
PassThroughExceptionHandler(Class<T> handledException)
Default constructor.
|
Copyright © 2019. All rights reserved.