Package org.eclipse.microprofile.fault.tolerance.tck.exception.hierarchy
package org.eclipse.microprofile.fault.tolerance.tck.exception.hierarchy
A hierarchy of test exceptions
Exceptions in this package:
The <: symbol denotes the subtyping relation (Foo <: Bar means "Foo is a subtype of Bar") Note that subtyping is reflexive (Foo <: Foo) E0 <: Exception E1 <: E0 E2 <: E1 E2S <: E2 E1S <: E1, but E1S </: E2 E0S <: E0, but E0S </: E1