public static enum DefaultExceptionMatcher.ClassMatch extends Enum<DefaultExceptionMatcher.ClassMatch>
| Enum Constant and Description |
|---|
AndSubclasses |
SameClass |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Class<?> src,
Class<?> comparer) |
static DefaultExceptionMatcher.ClassMatch |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultExceptionMatcher.ClassMatch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultExceptionMatcher.ClassMatch SameClass
public static final DefaultExceptionMatcher.ClassMatch AndSubclasses
public static DefaultExceptionMatcher.ClassMatch[] values()
for (DefaultExceptionMatcher.ClassMatch c : DefaultExceptionMatcher.ClassMatch.values()) System.out.println(c);
public static DefaultExceptionMatcher.ClassMatch valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright 2004-2020 Solace Corporation. All rights reserved.