|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Throwables | |
| com.lonniepryor.blues.util | Common utility classes used throughout the Blues Framework. |
| Uses of Throwables in com.lonniepryor.blues.util |
| Methods in com.lonniepryor.blues.util that return Throwables | |
static Throwables |
Throwables.any()
Returns a specification matching any not-null throwable set. |
static Throwables |
Throwables.containing(Types specification)
Returns a specification matching any throwable set containing an element that satisfies the supplied specification. |
static Throwables |
Throwables.parse(java.lang.String throwablesPattern)
Parses a pattern string into a complete Throwables specification. |
Throwables |
Throwables.and(Throwables specification)
Returns a specification representing a logical AND of this specification on the left and the supplied specification on the right. |
Throwables |
Throwables.or(Throwables specification)
Returns a specification representing a logical OR of this specification on the left and the supplied specification on the right. |
Throwables |
Throwables.not()
Returns a specification representing a logical NOT of this specification. |
| Methods in com.lonniepryor.blues.util with parameters of type Throwables | |
static Methods |
Methods.throwing(Throwables specification)
Creates a new specification satisfied only by Methods with throwable sets that satisfy the supplied specification. |
Throwables |
Throwables.and(Throwables specification)
Returns a specification representing a logical AND of this specification on the left and the supplied specification on the right. |
Throwables |
Throwables.or(Throwables specification)
Returns a specification representing a logical OR of this specification on the left and the supplied specification on the right. |
static Constructors |
Constructors.throwing(Throwables specification)
Creates a new specification satisfied only by Constructors with throwable sets that satisfy the supplied specification. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||