Package org.eclipse.stp.core.infrastructure.assertion

STP Core Assertions

See:
          Description

Class Summary
Assert Assert is useful for for embedding runtime sanity checks in code.
 

Exception Summary
AssertionFailedException AssertionFailedException is a runtime exception thrown by some of the methods in Assert.
 

Package org.eclipse.stp.core.infrastructure.assertion Description

STP Core Assertions

 

Overview

This package may no longer be useful now that the Platform has made an Assert type public API (org.eclipse.core.runtime.Assert).

[Top]