Skip navigation links

microprofile-fault-tolerance-tck v4.0-RC3

Package org.eclipse.microprofile.fault.tolerance.tck.exception.hierarchy

A hierarchy of test exceptions

See: Description

Package org.eclipse.microprofile.fault.tolerance.tck.exception.hierarchy Description

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
 
Skip navigation links

microprofile-fault-tolerance-tck v4.0-RC3

Copyright © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.