Java org.springframework.security.web.util ThrowableAnalyzer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.util ThrowableAnalyzer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.util ThrowableAnalyzer.

The text is from its open source code.

Subclass

org.springframework.security.web.util.ThrowableAnalyzer has subclasses.
Click this link to see all its subclasses.

Method

voidverifyThrowableHierarchy(Throwable throwable, Class expectedBaseType)
Verifies that the provided throwable is a valid subclass of the provided type (or of the type itself).